| Author |
Process, Runtime, and System (Java 2 Environment )
|
omkar patkar
Ranch Hand
Joined: Aug 25, 2005
Posts: 231
|
|
What are the various properties of Process, Runtime, and System (Java 2 Environment ) that can be obtained using getProperty() methods ? What do these properties mean and what is their significance ? this i want to know to decide in what kind of real application programs i can find these useful ! Please !!!
|
Thanks and Regards
Omkar Patkar (SCJP 1.4)[url]http://javacollectionsnotes.blogspot.com[/url] | [url]http://omkar-myscjpexp.blogspot.com[/url]
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
Have a look at the System.getProperties() method in the API docs. It contains a list of all the standard properties.
|
Joanne
|
 |
 |
|
|
subject: Process, Runtime, and System (Java 2 Environment )
|
|
|