1.

What’s the difference between JavaBeans and taglib directives?

Answer»

JavaBeans and taglib fundamentals were introduced for reusability. But following are the major differences between them −

  • Taglibs are for generating presentation elements while JavaBeans are good for storing information and state.

  • Use custom tags to implement actions and JavaBeans to present information.



Discussion

No Comment Found