Answer Posted / ranganathkini
The Runtime(along with the System 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 ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is the main purpose of serialization in java?
When is the finalize() called?
how we can create packages in java?
How do you do exponents in java?
What is the use of 'super' keyword inside a constructor?
What are keywords and reserved words in java?
What is unmodifiable list in java?
What is getclass () getname () in java?
What is re-factoring in software?
What is the major advantage of external iteration over internal iteration?
What is the original name of java?
What is :: operator in java?
what is synchronization and why is it important? : Java thread
What is difference between static and abstract class?
Is nan false?