What is run-time class and system class? what is their
purpose?
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 ? | 0 Yes | 0 No |
what is mean by synchronization?
3 Answers BOB Technologies, GCPL,
Explain java thread life cycle.
What is mysql driver class name?
how to convert mm/dd/yy to dd/mm/yy using collections in java.
What happens if I remove static from main method?
what is platform dependent translation and platform dependent programming language
When can you say a graph to be a tree?
What is nested class?
Is age a discrete variable?
what is hashmap& hashtable with example?
What language is an assembler written in?
What methods are used to get and set the text label displayed by a button object?