Sir how can i get the ip address of the remote system by writting a java code,ie i want to get ip address of the remote system that is connected to my server computer ,the ip address must be obtained by writting a java program.Is there any class for that.Please give me an example for getting this.
getting ip of remote system using java programs
Collapse
X
-
when a client connects to your server you will get a Socket and can use method getInetAddress( ) to find its IP addressOriginally posted by rahulbsbsSir how can i get the ip address of the remote system by writting a java code,ie i want to get ip address of the remote system that is connected to my server computer ,the ip address must be obtained by writting a java program.Is there any class for that.Please give me an example for getting this.
http://java.sun.com/j2se/1.4.2/docs/api/java/net/Socket.html -
i want some information as to how to find d IP address of a remote system and also the JAVA code for it....Originally posted by rahulbsbsSir how can i get the ip address of the remote system by writting a java code,ie i want to get ip address of the remote system that is connected to my server computer ,the ip address must be obtained by writting a java program.Is there any class for that.Please give me an example for getting this.Comment
-
We don't give out codes until you write some yourself first. Try the advice that you got and post if you get stuck at a more specific point.Originally posted by iyengarshwetai want some information as to how to find d IP address of a remote system and also the JAVA code for it....Comment
-
I had the same question if u got information regarding this please give me an exampleOriginally posted by rahulbsbsSir how can i get the ip address of the remote system by writting a java code,ie i want to get ip address of the remote system that is connected to my server computer ,the ip address must be obtained by writting a java program.Is there any class for that.Please give me an example for getting this.Comment
-
Did you actually *read* the replies in this thread, especially the first one? Or didOriginally posted by AryavardanI had the same question if u got information regarding this please give me an example
you just read the title and started typing?
kind reagards,
JosComment
Comment