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 difference between Application Server and Web Server?
Which of the following declaration is wrong? int i=45; float j = 45.0; double k=45.0;
What is markup language?
What is a constructor?
what is hibernate ceteria ?
Difference b/w >> and >>> ?
what is jndi?
Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
Should we create system software ( e.g operating system ) in java ?
What causes Out of Memory exception?