Hi frnds iam new to Java Kindy any one can provide or me
Servlets Example code and can explain to me flow of servlets
and as Jsp and Struts and provide to me some sample example
on these 3 topic flow,code example,and tutorials,and related
websites which i can refer....thanks in advance..........
Answer Posted / praveen
hi please follow roseindia.net and if possible follow all lectures in youtube there are many IITKGP and many...all the best
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why doesn’t a servlet include main()?
What’s the use of the servlet wrapper classes??
What is the
How will you pass values from HTML page to the servlet?
What are the common methods that are included in the http servlet class?
What do you mean by annotations in servlet?
Whats the advantages using servlets over using CGI?
Explain session tracking and its importance?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Is servlet a controller?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How is the get () method different from the post() method?
How do cookies work in servlets?
What are the differences between servlet context vs servlet config?