Answer Posted / mukesh
Hibernate is ORM wich mapps POJO to
access RDBMS using xml file.It is used
for fast and error free access. it reduce the
amount of code we use in JDBC.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of @customvalidator annotation?
Are interceptors and filters different?
What is the difference between shocks and struts?
What is the purpose of @intrangefieldvalidator annotation?
What are the sections into which a strut configuration file can be divided?
What is validate() and reset() functions?
What configuration changes are required to use resource files in Struts?
What configuration changes are required to use Tiles in Struts?
What is front controller in struts?
What is the significance of logic tags in Struts?
What is the purpose of @element annotation annotation?
What is the purpose of @results?
Can you explain aware interfaces in struts2?
What is value stack?
How can we display validation errors on jsp page?