Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is run-time class and system class? what is their
purpose?



What is run-time class and system class? what is their purpose?..

Answer / 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 ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are library required to connect to excel sheet.

2 Answers   Cap Gemini,


what is meaning of JIT?

4 Answers  


when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service

4 Answers   Accenture,


How a string is stored in memory?

0 Answers  


Which is illegal identifier in java?

0 Answers  


What is a parameter in a function?

0 Answers  


To the class members how can we provide security?

1 Answers   Aspire,


What does string mean in java?

0 Answers  


What type of value does sizeof return?

0 Answers  


Can we catch more than one exception in single catch block?

0 Answers  


Difference between Array and vector?

9 Answers  


Difference between String and String Buffer?

3 Answers  


Categories