20 October 2010

Oct 20

1 Memory DeAllocation-Garbage Collection in Java

Memory DeAllocation or Garbage Collection in JavaA major difficulty in dynamic memory allocation in C/C++ was that the programmer is responsible for de-allocating the dynamic memory at the right time. Even though experienced programmers can do this very well, beginners and average programmers often missed the statements for de-allocated which led to memory-leak in many systems. An object that is not referred by any reference variable...
Read More...
fin "; if (timestamp != '') { var timesplit = timestamp.split(" "); var date_dd = timesplit[0]; var date_mmm = timesplit[1].substring(0, 3); }
fin "; if (timestamp != '') { var timesplit = timestamp.split(" "); var date_dd = timesplit[0]; var date_mmm = timesplit[1].substring(0, 3); }
fin "; if (timestamp != '') { var timesplit = timestamp.split(" "); var date_dd = timesplit[0]; var date_mmm = timesplit[1].substring(0, 3); }
fin