well, the management and coordination of activities and the sharing of the resources of the computer. The operating system (OS) acts as a host for application programs that are run on the machine. As a host, one of the purposes of an operating system is to handle the details of the operation of the hardware. This relieves application programs from having to manage these details and makes it easier to write applications. Almost all computers, including hand-held computers, desktop computers, supercomputers, and even modern video game consoles, use an operating system of some type. See also Computer systems architecture.
org.ziptie.co mmon
Enum OsTypes
java.lang.Object
ext ended by java.lang.Enum<OsTypes>
exten ded by org.ziptie.common.OsTypes
All Implemented Interfaces:
java.io.Serializa ble, java.lang.Comparable<OsTypes>
public enum OsTypes
extends java.lang.Enum<OsTypes>
Met hod Detail
values
public static final OsTypes[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(OsTypes c : OsTypes.values())
System.out. println(c);
Returns:
an array containing the constants of this enum type, in the order they're declared.
Answered by
Saurabh
, an ibibo Master,
at
8:23 AM on June 11, 2008