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 are recursive functions? Give some examples?
What is object-oriented paradigm?
What is the difference between superclass and subclass?
How does java enable high performance?
Explain method overloading?
What is the use of put method?
what is singleton class in java?
What do you mean by formatting?
What is the difference between a break statement and a continue statement?
What restrictions are placed on method overloading?
Can we call virtual funciton in a constructor ?
What sorting algorithm does javascript use?
What is the similarity between dynamic binding and linking?
What is an example of a conditional statement?
What is the main functionality of the remote reference layer?