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
How do you use spaces in java?
when you will synchronize a piece of your code? : Java thread
Give reasons supporting that string is immutable.
What is meant by inheritance and what are its advantages?
Can we override the static method?
Explain different ways of creating a thread?
What are the limitations of procedural programming approach?
What is the purpose of void class?
How do you sort a string in alphabetical order in java?
What is treeset in java?
What is token in java?
Is static variable stored in heap?
Which variables are stored in stack?
What are the two ways to create a thread?
What is null statement?