java.net.InetSocketAddress
hi
I am new to Network programming in JAVA. I am using Socket in my program and try creating a socket connection.
For that i need to use InetSocketAddress class. When i try importing that class, it gives me an error. Seems not recognizing this class in the package java.net...do i need to add any jar files?
I am using jdk1.4.2
please help me out...its urgent
Thanks in advance.

