|
INTERVIEW QUESTIONS
J2EE
JDBC
DETAILS
Question: What is hybernate and spring? can u suggest any books or documents so that i can go through?
Answer: Hibernate offers persistence and OR(Objet-Relational) mapping for Java/J2EE applications helping them improve performance and scalability.
Spring is a light-weight Java framework which paves the way to write faster applications without App Server (or EJB etc.)
There are a plenty of good books on these subjects. Following the most notable amongst them:
Hibernate in Action by Christian Bauer, Gavin King (Hanning)
Better, Faster, Lighter Java by Justin Gehtland, Bruce A. Tate ( O'Reilly)
|
|
|
Category |
JDBC Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7147 users |
Added on |
7/13/2011 |
Views |
66265 |
Rate it! |
|
|
Question:
What is hybernate and spring? can u suggest any books or documents so that i can go through?
Answer:
Hibernate offers persistence and OR(Objet-Relational) mapping for Java/J2EE applications helping them improve performance and scalability.
Spring is a light-weight Java framework which paves the way to write faster applications without App Server (or EJB etc.)
There are a plenty of good books on these subjects. Following the most notable amongst them:
Hibernate in Action by Christian Bauer, Gavin King (Hanning)
Better, Faster, Lighter Java by Justin Gehtland, Bruce A. Tate ( O'Reilly) Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Which one is better to create a thread by implementing Runnable or By Extending Thread in java?
|
View Answer
|
|
What is the protocol is used in type4 driver?
|
View Answer
|
|
How web server is connected with appliction server?
|
View Answer
|
|
What is a transaction?
|
View Answer
|
|
What is the purpose of setAutoCommit( )?
|
View Answer
|
|
What are the three statements in JDBC & differences between them?
|
View Answer
|
|
What is stored procedure. How do you create stored procedure?
|
View Answer
|
|
What are batch updates?
|
View Answer
|
|
What is the difference between Resultset and Rowset?
|
View Answer
|
|
What are the steps for connecting to the database using JDBC?
|
View Answer
|
|
What is Connection Pooling?
|
View Answer
|
|
How do you implement Connection Pooling?
|
View Answer
|
|
What Class.forName() method will do?
|
View Answer
|
|
What is the difference between JDBC 1.0 and JDBC 2.0?
|
View Answer
|
|
What is JDBC?
|
View Answer
|
|
What are the two major components of JDBC?
|
View Answer
|
|
What is JDBC Driver interface?
|
View Answer
|
|
What are the common tasks of JDBC?
|
View Answer
|
|
What packages are used by JDBC?
|
View Answer
|
|
What are the flow statements of JDBC?
|
View Answer
|