Posted By:
Frodo_Baggins
Posted On:
Wednesday, November 28, 2001 07:48 AM
If you wanna connect with a server you do this:
HttpConnection con = (HttpConnection)Connector.open(url)
being url = http://localhost:8080/myservlet
Ok. What about if you wanna connect with a javaphone directly????
For instance, we know there's a device with IP = x.x.x.x
Can I do: HttpConnection con = (HttpConnection)Connector.open(url);
being url = http://x.x.x.x ????