Explain the advantages of jsp?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

How to make a “new line in html” in jsp?

0 Answers  


How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.

0 Answers   ABB,


How to retrieve warnings?

0 Answers  


What are the benefits of pagecontext implicit object?

0 Answers  


What is the default value of session attribute in jsp?

0 Answers  






Can we write a class inside Jsp?

1 Answers  


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?

1 Answers  


How many page directive we can use in a single JSP?

2 Answers   Persistent,


Give a sample jsp configuration in the deployment descriptor.

0 Answers  


What is the <jsp:param> standard action?

0 Answers  


Why is _jspservice() method starting with an '_' while other life cycle methods do not?

0 Answers  


How many jsp scripting elements are there and what are they?

0 Answers  


Categories