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 steps of struts installation?
Mark the differences between html tags and strut specific html tags.
What is the difference between filters and interceptors ?
What is the procedure of operation of a form tag?
What are construction struts?
Briefly tell the two kinds of form beans.
How can we upload files in Struts2 application?
What are the ways in which duplicate form submission can occur?
What is role of actionservlet?
What’s the utilization of resource bundle properties file in struts validation structure?
What are apache struts?
What is the difference between session scope and request scope when saving formbean ?
What is the design role played by struts?
Can you explain the directory structure for a struts folder in brief ?
Explain the life cycle of a request in struct2 application?