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 |
Which collection object is faster to retrieving the data and inserting the data into it.
2 Answers Jamcracker, Virtusa,
What are the data types supported by java? What is autoboxing and unboxing?
what is meant by abstract class?
What is main string [] args?
What is the difference in between cpp and java? Can u explain in detail?
What is deserialization and how do we do deserialization?
What is the difference between inheritance and encapsulation?
What is string array?
What are the difference between string, string builder, and string buffer in java?
What does a za z0 9 mean?
how can we import the user defined package without classpath?
Explain the differences between public, private, protected and static?