i am bca student,give me suggest for bright future

Answer Posted / ravichand

U better do engineering....then u Ve a brt ftr....

Is This Answer Correct ?    22 Yes 37 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

587


Explain Action Servlet?

636


What is servlet and how it works?

514


Which is better jsp or servlet?

566


Explain servlet life cycle?

627






What is lazy loading and what is Generic Servlet Class?

619


How do servlets work?

550


What are all the protocols supported by httpservlet?

660


What are different ways for authentication of servlet?

537


Which HTTP method is non-idempotent?

631


Can you explain in detail 'javax.servlet' package?

561


What is cgi?

611


What is the difference in between the httpservlet and generic servlet?

624


How can we achieve transport layer security for our web application?

585


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1844