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
Distinguish between a predicate and a function?
Is java hashset ordered?
Why do we use bufferedreader?
What is meant by 'Class access modifiers'?
What is difference between add() and addelement() in vector?
What is codebase?
How can I right-justify a string?
What do you mean by local class?
How to sort numbers in java without array?
define polymorphism in java
Difference between static synchronization vs. Instance synchronization?
What are the characteristics of java?
What are namespaces in java?
What is compiler and what its output.
List types of storage classes in java?