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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is string args [] in java?

1074


Why can't you declare a class as protected?

1207


What does a boolean method return?

1303


Write a program to reverse a number in java?

1132


What is final method in java?

1086


Explain about the main() method in java?

1182


What does it mean that a method or field is “static”?

1024


How to run a JAR file through command prompt?

1341


What is meant by bytecode?

1078


In a container there are 5 components. I want to display the all the components names, how will you do that one?

1082


Compare java and python.

1034


What does method mean?

1134


What is oops in java?

1068


what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread

1160


Explain about abstract classes in java?

1091