Answer Posted / abdullah wasi
add two more things :
hibernate provides you the database independence. You can
move to any database at deployment time and can change
tables and field names without touching your code.
hibernate provide the result of the queries in the form of
java objects/collections otherwise using JDBC you have to
iterate through result set and then put those values in you
objects yourselves.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about the process of functioning of the struts program?
What is the need of struts?
What's the purpose of execute method of action class?
What is life cycle of an interceptor?
What is the purpose of struts.properties in struct2?
What is action servlet in struts?
What is xml based validation in struts2?
In struts, how can we access java beans and their properties?
Will the struts tags support other markup languages such as wml ?
Why actionservlet is singleton in struts?
What is the default location of result pages and how can we change it?
What is the purpose of action-mappings tag in struct-config.xml?
How struts control data flow?
What is the difference between struts1 and struts2?
Give an alternative way to protect jsp’s with not much features from direct access.