What is the difference between JSP and Servlet?
Answers were Sorted based on User's Feedback
Answer / shan
jsp is a java based technology and it use only java
programs.
servlet is a html based technology and it use only html
programs.
| Is This Answer Correct ? | 9 Yes | 145 No |
What is jsp param?
Is jsp server side or client side?
What is session object in jsp?
What are the different scope values for the <jsp:usebean> tag?
What is jsp life cycle?
What are the different types scripting elements in jsp?
Can you stop multiple submits to a web page that are initiated by clicking to refresh button?
what is difference between redirect and forward method?
12 Answers Polaris, TCS, Wipro,
What is a session in web?
What is tag file?
What are the steps for creating custom tags in jsp?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?