What is the difference between 2 types of servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What is a servlet-to-servlet communcation?
Explain the difference between GET and POST methods?
What is webservlet?
How can you push data from an Applet to a Servlet?
hi.... i have problem in running of servlet. i am using Tomcat server in my pc.. The problem is when i am click on strat it will display like below FAIL - Application at context path /first could not be started.. How i can slove the problem.. help plz
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
Where do you define dispatcherservlet?
How forward () method is different from send redirect () method?
Which java application server is the best?
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!
How native code can be used in a servlet?
Can you send an authentication error from a servlet?