What is the differences between the JSP custom tags and java beans?
- 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.
BY Best Interview Question ON 18 Jan 2019