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
Can we override private constructor in java?
Can a final variable be manipulated in java?
What is thread count in java?
Is special character in java?
Write a program in java to establish a connection between client and server?
What is a null point?
What's the base class of all exception classes?
Will minecraft java be discontinued?
Is it possible to write a regular expression to check if string is a number?
Explain different states of a thread in java?
What are the types of web technologies?
What are methods?
Difference between collection, collection and collections in java?
What is the order of arraylist in java?
What is a generic code?