List down the major differences between the jsp custom tags and java beans.
Answer / Neha Rastogi
JSP Custom Tags are reusable components that encapsulate complex functionality, while JavaBeans are reusable software components that can be manipulated visually in a builder tool. JavaBeans can maintain state, while JSP Custom Tags do not have state.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to comment out jsp code?
What is jsp and why is it needed?
What is server context?
What do you mean by context initialization parameters?
What does jsp mean in text?
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?
What are the differences between get and load methods?
Which tag is used to execute java source code in jsp?
What are the scopes available in <jsp:usebean>?
how the jsp file is compiled?
4 Answers College School Exams Tests, Persistent,
What information is needed to create a tcp socket?
What is jsp servlet?