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 variable and rules of variable?
What do you understand by final value?
What is the need of transient variables in Java ?
Name four container classes.
What is a byte string?
Describe method overriding
Program to Find the second largest element in an array.
When should we create our own custom exception classes?
What is member in java?
Is java still necessary?
Define interface in java?
How many types of voids are there?
What is an infinite loop?
What is ctrl m character?
What is an example of a conditional statement?