March 2005
Beginner to intermediate
1254 pages
104h 21m
English
OperatingSystemMXBean
This MXBean interface allows queries of the operating system name, version, and CPU architecture as well as the number of available CPUs.
public interface OperatingSystemMXBean { // Public Instance Methods String getArch( ); int getAvailableProcessors( ); String getName( ); String getVersion( ); }
ManagementFactory.getOperatingSystemMXBean( )
Read now
Unlock full access