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
What is string args [] in java?
Why can't you declare a class as protected?
What does a boolean method return?
Write a program to reverse a number in java?
What is final method in java?
Explain about the main() method in java?
What does it mean that a method or field is “static”?
How to run a JAR file through command prompt?
What is meant by bytecode?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Compare java and python.
What does method mean?
What is oops in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Explain about abstract classes in java?