Javapeople

Javapeople Know everything about java
Javapeople
Know everything about java
Get in the set of java interview questions with answers.javapeople has information ablout java,j2ee,hibernate,spring,DAO,Jsf,JDBC,servlet,jsp...
Just here for the view

Most recent posts

5/30 9:42 Awt, Swing and SWT
AWT: The idea was to wrap the native GUI widgets of the various operating systems with a platform-independent Java API called Abstract Window Toolkit (AWT). Only common widgets such as text field, text area, check box, radio button, list, and push...
6/05 9:40 Cool Cool The below code is in .NET C#
With JDK 1.2, Sun introducted the Java Collection Framework, a cool API for data-structures in Java. At the base of the heirarchy were collection interfaces like:List: A collection that is ordered and whose members can be accessed by index. A list...
6/06 9:38 Soft references, Weak References, Phantom references in Java !!!
The Reference API in Java can leave any sane person fully confused !!!..I tried to make sense of what the different types of references are and what purpose do they solve.I am still not crystal clear about the usability of all these references, but I...
6/17 9:37 How to get localized objects in Java?
A lot of "i18N" programs only have to deal with "strings" that need to be localized. For e.g. labels, other text etc.But what if U need a localized object ?..i.e a double object, a JPEG object etc.There is a special class in Java "ListResourceBundle"...
6/21 5:30 JSF Interview Questions
Does JSF require JSP? No, it does not. As a matter of fact, JSF was written to be render-technology neutral. This means you can use it with all sorts of non-JSP technology, including XML-based languages like XUL and templating systems like Velocity....