问题 1
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.
保存以便复习
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗?
添加评论
查看评论