Thursday, 17 April 2014

API Definition





An API is a collection of packages. A package is a collection of classes, interfaces and sub packages. A sub package inturn contaisn collection of classes, interfaces and sub sub packages etc:

GARBAGE COLLECTOR DEFINITION





A garbage collector is one of the SYSTEM BACKGROUND JAVA PROGRAM and it is running along with our regular java program for collecting unused memory space

why Java is SIMPLE language?


this is another reason why java is simple language!!!!!!


Java Programming contains inbuilt facility of collecting unused memory space by running garbage collector program and it takes care about automatic memory management.