List down the major differences between the jsp custom tags and java beans.



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

Post New Answer

More JSP Interview Questions

How to comment out jsp code?

1 Answers  


What is jsp and why is it needed?

1 Answers  


What is server context?

1 Answers  


What do you mean by context initialization parameters?

1 Answers  


What does jsp mean in text?

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  


What are the differences between get and load methods?

1 Answers  


Which tag is used to execute java source code in jsp?

1 Answers  


What are the scopes available in <jsp:usebean>?

1 Answers  


how the jsp file is compiled?

4 Answers   College School Exams Tests, Persistent,


What information is needed to create a tcp socket?

1 Answers  


What is jsp servlet?

1 Answers  


Categories