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 System class and its purpose?

Answers were Sorted based on User's Feedback



What is System class and its purpose?..

Answer / ashokmail

System class is used to read the system properties.
by using system class you can read current running process,
current Runtime, time, and date.

Is This Answer Correct ?    11 Yes 3 No

What is System class and its 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 ?    4 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is difference between compatible and incompatible changes in serialization?

1 Answers   Synechron,


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


Can we override private method?

0 Answers  


What is a variable analysis?

0 Answers  


Explain Global variables in Packages?

4 Answers  


How to handle a web browser resize operation?

0 Answers  


What technique is carried out to find out if a particular string is empty?

0 Answers  


how many design pattern r there? and wht design pattern u use and why ?

5 Answers   HP,


If you are given the name of the function at run time how will you invoke the function?

0 Answers   Adobe, Yahoo,


What is the best way to findout the time/memory consuming process?

0 Answers  


What is use of set in java?

0 Answers  


What is gui programming?

0 Answers  


Categories