What is Difference between JavaBeans and taglib directives?
Answer Posted / 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 |
Post New Answer View All Answers
What is servlet name in web xml?
How to read request headers from servlets?
What are the different session tracking techniques?
Why do we need a constructor in a servlet if we use the init method?
What is the workflow of a servlet?
How do you design microservices?
What do you mean by session tracking?
What is api in servlet?
What are the different methods involved in the process of session management in servlets?
What do you mean by httpservlet and how it is different from the genericservlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is the difference between sendredirect() and forward() in a servlet?
What is the use of servlet context?
Which java framework is most popular?
How httpservlet is different from the genericservlet?