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 is t type java?
Are arrays static in java?
What are predefined functions?
How do you compare two objects?
What is the importance of main method in Java?
What is function and method in java?
Write a program to find maximum and minimum number in array?
What is the java reflection api? Why it’s so important to have?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What are constants and how to create constants in java?
Why is static used?
What is jdbc api?
What is difference between printf and scanf?
How do you reverse a word in java?
Can we access instance variables within static methods ?