View Single Post
  #13  
Old 09-13-2007, 01:40 AM
Venkat Venkat is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 347
Venkat is on a distinguished road
Thumbs up Re: Java/J2EE interview Questions

what’s the difference between JavaBeans and taglib directives?

JavaBeans and taglib fundamentals were introduced for reusability. But following are the
major differences between them:-
√Taglib 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.
__________________
Venkat
knowledge is Power
Reply With Quote