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
how to develop the submit and search operations in single jsp using struts?
How many instances of servlet usually run in a struts application ?
What is actioncontext?
Which tag is used to declare constants in struts xml?
Can we integrate struts with spring?
What is the differences between struts1 and struts2?
What is the purpose of @conversion?
Are interceptors thread safe?
Name the different types of actions found in struts.
Explain integrate log4j in struts2 application?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
How does interceptor work in struts2?
How many action classes can be used in struts application?
What is the purpose of @conversionerrorfieldvalidator annotation?
What is http forward?