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 are library required to connect to excel sheet.
what is meaning of JIT?
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
How a string is stored in memory?
Which is illegal identifier in java?
What is a parameter in a function?
To the class members how can we provide security?
What does string mean in java?
What type of value does sizeof return?
Can we catch more than one exception in single catch block?
Difference between Array and vector?
Difference between String and String Buffer?