| Author |
same method in 2 classes
|
Vivek Nidhi
Ranch Hand
Joined: Aug 10, 2003
Posts: 133
|
|
Hello , I am bit confused on this logic java.lang.System and java.lang.Runtime both as the method called exit(), what is the need for this .Same as the gc() in both java.lang.System amd java.lang.Runtime. thanks vivek nidhi
|
 |
Mani Ram
Ranch Hand
Joined: Mar 11, 2002
Posts: 1140
|
|
|
They are same. Look at this thread for more details on gc(). The same explanation holds good for exit() also.
|
Mani
Quaerendo Invenietis
|
 |
 |
|
|
subject: same method in 2 classes
|
|
|