Monthly Archives: May 2008

Struts Interview Questions

Q: What is Struts?A: The core of the Struts framework is a flexible control layer based on standard technologies like Java Servlets, JavaBeans, ResourceBundles, and XML, as well as various Jakarta Commons packages. Struts encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Struts provides its […]

read more

Hibernate Interview Questions

1. What is Hibernate? Hibernate is a powerful, high performance object/relational persistence and query service. This lets the users to develop persistent classes following object-oriented principles such as association, inheritance, polymorphism, composition, and collections. 2. What is ORM? ORM stands for Object/Relational mapping. It is the programmed and translucent perseverance of objects in a Java […]

read more

Getting Started with Hibernate.

Hibernate Home http://www.javalobby.org/java/forums/t104442.html http://www.developersbook.com/hibernate/interview-questions/hibernate-interview-questions-faqs.php http://faqs.javabeat.net/hibernate/hibernate-interview-questions-faqs.php

read more