|
|
|
|
|
|
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.
Ordering Queue Using Comparator Interface and PriorityQueue
Author :
AnupFrancis
Date : Wed Feb 18th, 2009
The basic use of Queue class is to provide a data structure which allows storing objects in a First in First out(FIFO) format. But sometimes one wants to maintain the ordering, based on some other metric. This is exactly the purpose of PriorityQueue, another Queue implementation. You provide it a Comparator, and it does the rest for you.
|
|
|
|
|
|
|