I want to know the host name and provider name for tcs web
mail
Answer Posted / ss
String ipAddress=InetAddress.getByName
("www.tcs.com").getHostAddress();
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What do you mean by local variable and instance variable?
Can a static class have a constructor?
What is set in java?
What is integer size in java?
Why Java is not pure Object Oriented language?
Is it possible for yielded thread to get chance for its execution again ?
What is hash code collision?
How do you decide when to use arraylist and linkedlist?
Can I use % with real numbers?
What happens when you add a double value to a string?
Which collection is ordered in java?
What is the default size of set in java?
Give me some null interfaces in java?
Can you access the private method from outside the class?
What are the two types of java programming?