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
Which interface should be implemented by all servlets?
What is the purpose of inter-servlet communication?
Explain the features are in servlet 3?
What are session variable in servlets?
What are the different methods involved in the process of session management in servlets?
How can you run a servlet program?
What is difference between cookies and httpsession?
What do you mean by filter in servlet?
Can a jsp be called using a servlet?
What is a server side include (ssi)
How the JSP file will be executed on the Server side?
Can you explain in detail 'javax.servlet' package?
What is the GenericServlet class?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How can we invoke another servlet in a different application?