Link to home
Start Free TrialLog in
Avatar of saltacid
saltacid

asked on

How to get Local Hostname using Applet

How to get the local hostname info using applet and display them
the web page?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of jadrek85
jadrek85

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of muraliram
muraliram

use InetAddress.getLocalHost().getHostName() to get the local host name