How many controlers are there in spring? Plz send me ans
Answer / m.roopa
Normally SimpleFormController and MultiActionController are used to perform basic tasks in an enterprise application for related tasks to reduce the length of dispatcher-*.xml (dispatcher-servlet.xml).
Is This Answer Correct ? | 1 Yes | 0 No |
What is the enumerator of the java collection framework? : java collections
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
What is the difference between Eclipse and MyEclipse?
What are the differences between the java collection and the java list? : java collections
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
what is acl(access control list)?
what is difference between business deligate and session facade ?
please mail me the interview question based on java/j2ee
What is the difference between comparable and comparator in java.util pkg?
HOW MUCH PERCENTAGE WE DEDUCT FOR OUR SUPPLIERS OR OTHER PROFESSIONALS
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
Which interface does java.util.hashtable implement?