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 cookie? Why is cookie used?
Define the lifecycle for executing a jsp page.
What is the
How do we share data using 'getservletcontext ()?
What is the use of servlet wrapper classes?
What is the difference between genericservlet and httpservlet
How do we call one servlet from another servlet?
What is servlet and its advantages?
Write a program to show the functionality of servlets.
What is servlet lazy loading?
How can we refresh automatically when new data is entered into the database?
Explain the concept of ssi ?
What exception should be thrown when servlet is not properly initialized?
How the typical servlet code look like ?
Tell us something about servletconfig interface.