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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the basic concepts of OOPS in java?

1087


What is the default value of the local variables?

1080


How do you reverse a list?

1049


What does regex mean?

1076


What are the access modifiers in java?

1094


how to deploy tomcatserver to weblogic server? write d following steps?

2007


Do you know how to reverse string in java?

1215


What do you mean by a JVM?

1353


What is the difference between the size and capacity of a vector?

1099


What is an interface in java? Explain

1284


Can you override a final method?

1079


What is the use of static class?

1277


Difference between this() and super() ?

1185


Write a program to print 15 random numbers using foreach of java 8?

982


What is the difference between variable & constant?

1090