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 interceptor works in struts 2?
What is the purpose of @element annotation annotation?
Can you explain value stack?
What is interceptor? And life cycle methods of interceptor?
Why it called struts?
What configurations are stored in struts configuration file ?
Which configuration files are used in struts?
How can we work with error tags?
What is the flow of requests in struts based applications?
What is the purpose of dispatcher result type?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
Explain about struts dispatch action?
What is the purpose of @key?
When should we use SwtichAction?
How can you create your custom interceptor in struts 2?