What is Inet address?

Answers were Sorted based on User's Feedback



What is Inet address?..

Answer / ashoknew@gmail.com

Inet address is one of identifier. This is used denote the
IP address of the networked system.

Is This Answer Correct ?    193 Yes 28 No

What is Inet address?..

Answer / kharthigeyan

InetAddress is a class used to find the ip address of a host
in a network.

This InetAddress is divided into two types,
1)Inet4address for the ip version 4(ipv4)=Which has 32bit ip
address
2)Inet6address for the ip version 6(ipv6)=Which has 128bit
ip address

There are subclasses & abstract in the InetAddress.

Is This Answer Correct ?    92 Yes 19 No

What is Inet address?..

Answer / sanoop jacob thomas

An Internet Protocol (IP) address is a numerical label for
devices used in a computer network. An IP address serves
two principal functions in networking: host identification
and location addressing.it is 32 bit for ip version 4 and
128 bit forip version 6.

Inet address is a class encapsulating both this ip address
and the domain name for this address.This class can be used
for getting the ip address of systems by providing the name
and vice versa.This is done by some functions in the class
such as getaddress(),getbyname()

Is This Answer Correct ?    52 Yes 10 No

What is Inet address?..

Answer / janet

Every computer connected to a network has an IP address.An
IP address is a number that uniquely identifies each
computer on the Net.An IP address is a 32-bit number.

Is This Answer Correct ?    97 Yes 65 No

What is Inet address?..

Answer / aneesa

INET address identifies/determines the IP address of the computer(host) in the network.

Is This Answer Correct ?    19 Yes 10 No

What is Inet address?..

Answer / shristi

It is used to identity the IP Address of the computer ...
It is not having any Constructor .To create an inetAddress
instance we have to use one of the factory object that is
-getLocalHost(),getByName(),getAllByName().
It is used to create and Manipulate the IP object.

Is This Answer Correct ?    9 Yes 1 No

What is Inet address?..

Answer / md khurshid

inetAddress is a class which contained the IP value and
port no of the host terminal,and by we find the port no to
another termila

Is This Answer Correct ?    18 Yes 11 No

What is Inet address?..

Answer / bhumika

It is a class in Java which represents an Internet Protocol
(IP) address. An instance of an InetAddress consists of an
IP address and possibly corresponding hostname.


The Class represents an Internet address as Two fields:
1- Host name(The String)=Contain the name of the Host.
2- Address(an int)= The 32 bit IP address.


This fields are not public, so we cant Access them directly.

Is This Answer Correct ?    4 Yes 1 No

What is Inet address?..

Answer / anu

An instance of INet address consists of an IP address and
possibily its corresponding host name.
INet address class has a cache to store succesful as well as
unsuccesful host name resolutions.

Is This Answer Correct ?    12 Yes 10 No

What is Inet address?..

Answer / kishan soni

an internet address is an unique number that identifies each
computer on the network or intenet

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Java Networking Interview Questions

Explain look for local ports?

0 Answers  


What is a listener in networking?

0 Answers  


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?

0 Answers   Accenture,


Explain the generic term internet.

0 Answers  


What do you understand by the term network?

0 Answers  






Public serversocket(int port, int queuelength) throws ioexception, bindexception?

0 Answers  


What is jhttp web server?

0 Answers  


where u can used in real time "protect" specifier or real world example of protect specifier

1 Answers   CTS,


how to know which version of java is running on ur computer using command prompt?

2 Answers   BeBo Technologies,


What is a port?

6 Answers  


Tell me about networking classes and interfaces.

0 Answers   Akamai Technologies,


Explain a daytime server?

0 Answers  


Categories