What is InetAddress?

Answers were Sorted based on User's Feedback



What is InetAddress?..

Answer / rohit sharma

InetAddress is a class in java by which we can get IP
address of any machine.
method is "public static InetAddress getLocalHost()"

Is This Answer Correct ?    34 Yes 4 No

What is InetAddress?..

Answer / prabhu

I tis an object in java compiler. Used to
manipulate/identify the InternetAddress(IP Address) of
local system or remote system.

Is This Answer Correct ?    15 Yes 11 No

What is InetAddress?..

Answer / naveen m

InetAddress is class in network package of java.The object
of the InetAddress class contains both the IP address and
machine name of particular machine.

Is This Answer Correct ?    5 Yes 2 No

What is InetAddress?..

Answer / divya

it is an internet address used in client and sever in
internet layer.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Java Networking Interview Questions

What is the difference between TCP and UDP ?

10 Answers   Religare,


How we can make simple java program for Server/Client Communication

0 Answers   PUCIT,


Write the range of multicast socket IP address?

1 Answers  


What is Domain Naming Service (DNS)?

3 Answers  


Why socketutil is used?

0 Answers  






Is there any difference between TCP/IP and TCP?

4 Answers  


EDP RESPONSIBILITIES

1 Answers   Aurum, HFL, JK Ansell, NDS, University,


What is IP?

4 Answers  


Where is the network interface card located?

0 Answers  


Explain look for local ports?

0 Answers  


What is a port?

6 Answers  


If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?

0 Answers  


Categories