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’s the utilization of resource bundle properties file in struts validation structure?
What is difference between lookupdispatchaction and dispatchaction?
Explain architecture of struts2?
What’s the difference between struts and turbine? What’s the difference between struts and espresso?
Whats the difference between the default namespace and the root namespace?
Which technologies can be used at view layer in struts?
How can we handle exceptions thrown by application in Struts2?
How can we upload files in Struts2 application?
What’s the utilization of struts.xml configuration file?
What is the purpose of @keyproperty annotation annotation?
What is the difference between forwardaction and includeaction?
What is the purpose of dispatcher result type?
Explain about token feature in struts?
Which interceptor is responsible for i18n support?
how to connect from struts to database through hibernet and where u can modify the class