Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
What are the different types of annotations?
What are the supported installation modes for WebLogic Server ?
What is this () in java?
Why string objects are immutable in java?
What inbuilt themes are provided by struts2?
What is the difference between the font and fontmetrics classes in java programming?
What is the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
What is the covariant return type?
Why spring is lightweight in java?
Does garbage collection occur in permanent generation space in jvm?
Is an empty arraylist null?
Explain what is encapsulation?
Difference between method overloading and method overriding in java ?
Write a program to find the greatest of three numbers in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.