What is InetAddress?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / divya
it is an internet address used in client and sever in
internet layer.
| Is This Answer Correct ? | 3 Yes | 3 No |
Tell me about networking classes and interfaces.
0 Answers Akamai Technologies,
How does server know that a client is connected to it or not?
What do you understand by the term network?
where u can used in real time "protect" specifier or real world example of protect specifier
What is a client tester?
EDP RESPONSIBILITIES
1 Answers Aurum, HFL, JK Ansell, NDS, University,
What is a listener in networking?
how to know which version of java is running on ur computer using command prompt?
What are the advantages and disadvantages of sockets?
What is Domain Naming Service (DNS)?
What you know about random port?
can any one tell me how to implement tcng (Traffic Control Next Generation) with HTB (Hierarchical Token Bucket) in Java?which particular class or API is used for that?