Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Difference between JavaBeans and taglib directives?

Answers were Sorted based on User's Feedback



What is Difference between JavaBeans and taglib directives?..

Answer / nagababu

JavaBeans and taglib fundamendals were introduced for
reusability.But
Taglib are for generating presentation elements while
JavaBeans are good for storing information and state.

Is This Answer Correct ?    12 Yes 0 No

What is Difference between JavaBeans and taglib directives?..

Answer / debendra kumar dey

Both are reusable components. JavaBeans are used to
develope reusable components where as taglib directives are
used to prevent writting the business logic into the JSP
pages.

Is This Answer Correct ?    2 Yes 0 No

What is Difference between JavaBeans and taglib directives?..

Answer / qim2010

JSP Taglibs (taglib) are custom component tag template
libraries for Java. These tags Can manipulate JSP content.
Custom tags can simplify the complex operations much better
than the bean can. But require a bit more work to
set up. Used only in JSPs in a relatively self-contained manner.

JavaBeans are reusable software components for Java that can
be manipulated visually in a builder tool. Can’t manipulate
JSP content. Easier to set up. Can be used in both Servlets
and JSPs. You can define a bean in
one Servlet and use them in another Servlet or a JSP page.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Servlets Interview Questions

What is dispatcher servlet?

0 Answers  


If a servlet is not properly initialized, what exception may be thrown?

0 Answers  


Can we get PrintWriter and ServletOutputStream both in a servlet?

0 Answers  


What is difference between jsp and servlet?

0 Answers  


What is a servlet?

0 Answers  


how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)

2 Answers   TCS,


What’s the difference between genericservlet and httpservlet?

0 Answers  


Can we use servlets in JavaScript?

2 Answers  


What's the advantages using servlets than using cgi?

0 Answers  


What is servlet container?

0 Answers  


What are the parameters of the service method ?

2 Answers  


Explain jsessionid?

0 Answers  


Categories