I want to know the host name and provider name for tcs web
mail
Answer Posted / abhilash
String hostname= InetAddress.getByName("portno of tcs
mail").getHostName();
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What's the base class of all exception classes?
What is independent and dependent variables in research?
What is split return?
What is map java?
What is the maximum size of byte array in java?
What is linked hashmap and its features?
Where are the local variables stored?
Is it possible to instantiate the abstract class?
What is a protected class in java?
What is compareto?
Does importing a package imports its sub-packages as well in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is the purpose of the return statement?
Is an array a vector?
How destructors are defined in java?