Page 396 - CITS - Computer Software Application -TT
P. 396

COMPUTER SOFTWARE APPLICATION - CITS




                       System.gc();

                       System.out.println(“End of the garbage collection”);
                   }
                  // defining the finalize method
                   protected void finalize()

                   {
                       System.out.println(“Called the finalize() method”);
                   }
               }
           Output:



































































                                                           383

 CITS : IT&ITES - Computer Software Application - Lesson 101 - 108  CITS : IT&ITES - Computer Software Application - Lesson 101 - 108
   391   392   393   394   395   396   397   398   399   400   401