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
What are the action classes in struts?
What is the difference between empty default namespace and root namespace?
Why do we need mapdispatchtoprops?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
How client side validation is enabled on a jsp form?
How you will display validation fail errors on jsp page?
Give the details of xml files used in validator framework?
What are apache struts?
What is use of i18n interceptor?
What is the purpose of struts.xml in struct2?
How to combine the struts with velocity template?
What is the purpose of execute() method?
What is form bean in struts?
Can we have more than one struts-config.xml file for a single struts application?
What is struts2 framework?