Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116)
What is meant by anonymous class?
What is a java servlet?
What is percentage in java?
How to build struts application in eclipse?
If a method is declared as protected, where may the method be accessed in java programming?
What are pending messages in the console? : BEA Weblogic
What initialize variables?
What is ejb and its properties?
What are the cons of struts 2?
What is the purpose of form-beans tag in struct-config.xml?
Detail discussions on JVM, memory management and garbage collector.
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is ioc di?
For a single Struts application, can we have multiple struts-config.xml files?