What is difference between custom JSP tags and beans?
- A custom JSP tag has to be interpreted and run inside a JSP; a Java Bean does not.
- A custom JSP tag has to extend the javax.servlet.jsp.tagext.Tag interface; a Java Bean does not.
- A custom JSP tag might use other Java Beans to do its work, but the reverse is not true.
Сохранить для повторения
Сохранить для повторения
Добавьте этот элемент в закладки, отметьте как сложный или поместите в набор для повторения.
Войдите, чтобы сохранять закладки, сложные вопросы и наборы для повторения.