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
Is string is a keyword in java?
Difference between default and protected access specifiers?
Why is java architectural neutral?
Why collection doesn’t extend cloneable and serializable interfaces?
What is the use of 'super' keyword inside a constructor?
Explain throw keyword in java?
What is gui programming?
Is string serializable in java?
Can we override protected method in java?
Can we override singleton class?
Name few java 8 annotations ?
Is null a value?
What 4 doubled?
When should I use a singleton?
Can a constructor be made final?