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 how to work with error tags?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
What do you mean by inner class and anonymous class?
How exceptions are handled in struts application?
How you will enable front-end validation based on the xml in validation.xml?
What is struts.devmode?
Explain design patterns which is used in struts?
What is role of actionservlet?
How many instances of servlet usually run in a struts application ?
What is difference between interceptors and filters?
Explain about logic match tag?
What is structs 2 validation framework?
What is the role of a handler in mvc based applications?
What is the purpose of @requiredstringvalidator?
What is controller in struts2?