What is Runtime class and its purpose?
Answers were Sorted based on User's Feedback
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 |
Answer / puneet
the instance of this class stored the environmental
information where the app is running and gives you few
mathod to work with JVM and to get information from it and
may be to hault it and stop it from working too and caling
few processes on the system where the app is running.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is update method and when it is called?
How to perform merge sort in java?
What are access specifiers in java ?
0 Answers Akamai Technologies,
Tell me about different OOPS concepts.
What is gc()?
Is ruby built on java?
What is boolean query?
How does split work in java?
Write a program to print fibonacci series up to count 10.
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
Can I uninstall java?
Does windows 10 need java?