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
Which interceptor is responsible for file upload support?
in struts how to use hibernate with struts>
In struts, how can we access java beans and their properties?
What are the struts2 error message keys that can come during file uploading process?
What is the use of Struts.xml configuration file?
What is the use of namespace in action mapping in Struts2?
What is the purpose of interceptors?
What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?
What is dispatch action class?
What is the purpose of action tag in struts.xml?
Where should struts xml be placed?
What are the various struts tag libraries?
What is controller in struts ?
What is apache struts used for?
Why actionservlet is singleton in struts?