Answer Posted / ranganathkini
The System (along with the Runtime class) provide system
level functionality to Java applications.
The facilities of these classes are not necessarily portable
across host operating system and may need to be recompiled
when porting.
Some of the facilities provided are:
1. Reading from the keyboard as input
2. Writing to console output
3. Interaction with JVM process for event notification, or
information such as free memory, etc
4. Reading/writing system properties/environment variables
5. executing other programs from within java apps
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is array sorting in java?
please send me hr interview questions in it industry
What two classes are used to read data only?
What is the difference between an array and an array list?
Is multiple inheritance supported by java?
Can we sort hashmap in java?
Explain the key functions of data binding?
What is difference between classpath and path variables in java?
Explain listiterator and methods in listiterator?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is the static keyword?
Can we use synchronized block for primitives?
What are the main uses of the super keyword?
Explain the hierarchy of java exception classes?
What is data type modifier?