how the action can be map from jsp page to bean class in mvc1



how the action can be map from jsp page to bean class in mvc1..

Answer / hemlata.kalokhe

We can map action jsp page to bean by using filter where all the form parameters are populated in bean by filter only

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What is abstract schema?

0 Answers  


what is Static binding?

2 Answers   Wipro,


What are the disadvantages of using threads?

3 Answers   Oracle, SFS,


How to determine applet?s height and width?

1 Answers  


Why is main purpose of XML?

5 Answers  






what is stringBuffer and StringBuilder?

3 Answers  


difference of inheritance and interface

3 Answers  


What method is invoked to cause an object to begin executing as a separate thread?

0 Answers  


If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.

2 Answers  


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


How are commas used in the intialization and iteration parts of a for statement?

0 Answers  


On a computer that having single CPU, how multithreading concept can be achieved?

1 Answers   Zensar,


Categories