New Java Related Interview Questions :: ALLInterview.com http://www.allinterview.com New Java Related Interview Questions en-us what is the difference between AWT and SWING what is the advantage o http://www.allinterview.com/showanswers/75718.html what is the difference between java and j2ee... is that can i work j http://www.allinterview.com/showanswers/75717.html There is no difference btween Java and J2EE. J2EE is Java 2 Enterprise Edition (Useful to make Enterprice Application with RMI,NETWORKING,JDBC,JSP,SERVLET,APPLET,GUI,etc.) Yes! It is posible to Use not only J2EE but J2SE(Standard Edition or struts comes under which layer of three tire architecture in real ti http://www.allinterview.com/showanswers/75716.html i need connection pooling code.....from harpreet.your@gmail.com http://www.allinterview.com/showanswers/75708.html Difference between Spring framework and Struts framework? http://www.allinterview.com/showanswers/75688.html Difference between JDBC and Hibernate? Give one sample based on the v http://www.allinterview.com/showanswers/75687.html 1. hibernate is ORM wich maps POJO using xml file to access and create data form hatro database. but in jdbc developers has to write code to map object model data to rdbms and it access. 2. jdbc using SQL to acces What is need of DAO? Write one simple DAO example? http://www.allinterview.com/showanswers/75686.html Hello, I'm java developer. My skill is programming with java,js http://www.allinterview.com/showanswers/75601.html A abstract class extending an abstract class.Super class has both ab http://www.allinterview.com/showanswers/75518.html Is there any differance b/w getting servlet context from servlet con http://www.allinterview.com/showanswers/75469.html Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetwe http://www.allinterview.com/showanswers/75417.html How to override a equals() method and what is the use? http://www.allinterview.com/showanswers/75416.html equals is a method in Object class.. By default in java all the classes extend object class so any two object can be compared using the equals method... Provided user implement their own equals method(Override), because the original equals me Statement, PrepareStatement and Callable all these are interfaces. T http://www.allinterview.com/showanswers/75414.html Difference between struts1.2 and struts2.0? http://www.allinterview.com/showanswers/75377.html Feature Struts 1 Struts 2 Action classes Struts 1 requires Action classes to extend an abstract base class. A common problem in Struts 1 is programming to abstract classes instead of interfaces. An Struts 2 Action may implement an Action inte I have deployed a .war file in my application server comprising of st http://www.allinterview.com/showanswers/75360.html