Why jsp is better over static html also explain lifecycle of a jsp?
No Answer is Posted For this Question
Be the First to Post Answer
What are the implicit objects?
Can a constructor be used in place of init() method to initialize a servlet?
What do you know about jsp expression language (jsp expression language – el)?
How do I view a jsp file?
What are the primary differences between the jsp custom tags and java beans?
What is client side technology?
Which jsp life cycle is in correct order?
Define JSP Scriptlet.
How can we forward the request from jsp page to the servlet?
Why should we not configure jsp standard tags in web.xml?
Can you call jsp from servlet?
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?