⟩ Can we have more than one action servlet?
yes you can have and if you specify different url patter
like
*.do for one action servlet
*.abc for other action servlet
in your web.xml file
yes you can have and if you specify different url patter
like
*.do for one action servlet
*.abc for other action servlet
in your web.xml file
What is the difference between and merge and update?
What the Core interfaces are of hibernate framework?
How do you define sequence generated primary key in hibernate?
What is the difference between load() and get()?
How do you invoke Stored Procedures?
What do you mean by Named - SQL query?
Define cascade and inverse option in one-many mapping?
What are POJOs?
Explain Criteria API?
What does it mean to be inverse?