1.

What is the differences between the JSP custom tags and java beans?

Answer»
  • Custom tags are used to MANIPULATE the JSP content, whereas JAVA beans can’t be manipulated.
  • Java beans are EASY to implement compared to custom tags which are tedious to implement.
  • Custom tags contain self-contained behaviour, but Java beans are defined in one SERVLET and it is used in the JSP PAGE or different servlet.


Discussion

No Comment Found