Answer Posted / ashokmail
System class is used to read the system properties.
by using system class you can read current running process,
current Runtime, time, and date.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is the purpose of format function?
What is data string?
What is the mapping mechanism used by java to identify IDL language?
Should database connections be singleton?
What is sizeof () operator?
What is the properties class in java programming?
What is class forname used for?
How to declare objects of a class ?
What are autoboxing and unboxing? When does it occur?
How can a gui component handle its own events?
why are there separate wait and sleep methods? : Java thread
How many static init can you have?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Which arithmetic operations can result in the throwing of an arithmeticexception?