Daily Archives: October 5, 2011

When Does the Garbage Collector Run in JVM ?

The garbage collector is under the control of the JVM.  The JVM decides when to run the garbage collector. Using Java program you can ask the JVM to run the garbage collector         but there are no … Continue reading

Posted in J2SE | 1 Comment

9 VERY VERY USEFUL TRICKS TO SEARCH YOUR NEEDS IN GOOGLE

1. Here are some tips that google refers to as “advanced” A. “xxxx” / will look for the exact phrase. (google isnt case sensitive)B. -x / will search for something excluding a certain termC. filetype:xxx / searches for a particular … Continue reading

Posted in General | Leave a comment