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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to get the actual path of servlet in server?

1274


How to notify an object in session when session is invalidated or timed-out?

1131


How do we go with database connection and log4j integration in servlet?

1240


Explain Action Servlet?

1154


Is servlet a framework?

1093


What's the use of servletcontext?

1194


What are Servlets?

1183


What are all the advantages of servlet over cgi?

1137


What are the differences between the servletconfig interface and the servletcontext interface?

1257


Why HttpServlet class is declared abstract?

1278


How are filters?

1084


How can we invoke another servlet in a different application?

1265


What is session tracking?

1266


What is the difference between the servlets and cgi programs?

1048


What is URL Encoding?

1280