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.
Simpan untuk Revisi
Simpan untuk Revisi
Bookmark item ini, tandai sebagai sulit, atau masukkan ke dalam set revisi.
Masuk untuk menyimpan bookmark, pertanyaan sulit, dan set revisi.