Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 296 Page Views: 

What is the purpose of the System class?



Posted By: Avi Date: 6 November 2010 02:03:52 PM
 Answer:

The System class provides access to system resources.


Posted By: avibtech


Date: 6 November 2010 02:03:52 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 8UmxjI
Related Questions
Core Java : What is the ResourceBundle class?

What is the ResourceBundle class?

The ResourceBundle class is used to store locale-specific resources that can be loaded by a program ....
Category: Core Java Date: 11/9/2010 2:55:55 AM
Core Java : What are wrapped classes?

What are wrapped classes?

Wrapped classes are classes that enble you to access primitive types as objects.
Category: Core Java Date: 11/9/2010 2:35:48 AM
Core Java : What modifiers may be used with an interface declaration?

What modifiers may be used with an interface declaration?

An interface may be declared as public or abstract.
Category: Core Java Date: 11/9/2010 2:23:53 AM
Core Java : What is an object's lock?

What is an object's lock?

An object's lock obtains synchronized access to the object by multiple threads.
Category: Core Java Date: 11/9/2010 12:12:50 AM
Core Java : Under what conditions is an object's finalize() method invoked by the garbage collector?

Under what conditions is an object's finalize() method invoked by the garbage collector?

The garbage collector invokes an object's finalize() method when it detects that the object has beco....
Category: Core Java Date: 11/8/2010 11:28:54 PM