|
|
|
|
|
|
G1 Garbage Collector in Java 7.0
Author :
AbhilashEtikala
Date : Sat Aug 28th, 2010
In Java 1.7 might have a new garbage collection strategy by default. It is called G1, which is short for Garbage First. It has been experimentally launched in the Java 1.6 update 14 to replace the regular Concurrent Mark and Sweep Garbage Collectors with increased performance.
Java 7.0
Author :
JavaBeat
Date : Tue Jul 27th, 2010
Sun is releasing weekly early access snapshots of the complete source, binaries and documentation for JDK 7. These raw snapshot releases let you review and contribute to the Java SE platform as it is being developed.
Java 5.0
Author :
JavaBeat
Date : Tue Jul 27th, 2010
Java Platform, Standard Edition (also known as Java 2 Platform) lets you develop and deploy Java applications on desktops and servers, as well as today's demanding Embedded and Real-Time environments. Java SE includes classes that support the development of Java Web Services and provides the foundation for Java Platform, Enterprise Edition (Java EE).
Java 6.0
Author :
JavaBeat
Date : Tue Jul 27th, 2010
Java Platform, Standard Edition (also known as Java 2 Platform) lets you develop and deploy Java applications on desktops and servers, as well as today's demanding Embedded and Real-Time environments. Java SE includes classes that support the development of Java Web Services and provides the foundation for Java Platform, Enterprise Edition (Java EE).
Console Support in Java 6.0
Author :
JavaBeat
Date : Tue Jul 27th, 2010
The coolest feature in Java 6.0 is IO Support. One of the most popular feature requests for J2SE in recent times has been the request to improve console support and provide a way to enter passwords with echo disabled.
Static Code Analysis Tool - FireBugs
Author :
Monish
Date : Fri Mar 5th, 2010
Static Code Analysis Tool - FireBugs
Job Schedulers - UNIX
Author :
Monish
Date : Fri Feb 5th, 2010
We might have worked on various Job Scheduling Frameworks, one of the famous one that comes to our mind is Quartz. Yes quartz is a cool frameworks which has advanced error handling, job scheduling and various other great feature. Recently while trying to create a scheduling task for a task in UNIX I decided to check out the inbuilt job scheduling component
java.lang.OutOfMemoryError: PermGen space
Author :
Monish
Date : Sun Jan 31st, 2010
Permgen Space is the space where the class files are all loaded for the first time and there after they are loaded or referenced from there. This error means there is a hell lot of duplicate classes being loaded and not all are being unloaded.
java.lang.OutOfMemoryError: Java heap space
Author :
Monish
Date : Sat Jan 30th, 2010
What does it means - Means there is a hell lot of objects being created and not all are being marked for GC. These stray objects are cluttering the heap space and resulting in this error. This is basically a memory leak.
My Young Vertor Experience
Author :
JavaBeat
Date : Mon Oct 26th, 2009
It was all of a sudden that Vertor descended upon my life and, as it turned out later, much to my relief and enjoyment. Since my schooldays, I had become a kind of IT geek,
|
|
|
|
|
|
|