How can I get the Username, Platform used, time gap from the time that system was booted last, from all the systems connected in a Network(Windows). I dont intend to use sockets.
Printable View
How can I get the Username, Platform used, time gap from the time that system was booted last, from all the systems connected in a Network(Windows). I dont intend to use sockets.
You should explore java.lang.System class.
Rajesh