What is Difference between JavaBeans and taglib directives?
Answer Posted / 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 |
Post New Answer View All Answers
What’s the use of the servlet wrapper classes??
Is servlet a controller?
Why the concept of single thread model interface is used?
Explain Action Servlet?
What are the uses of servlet
What is the difference between using getSession(true) and getSession(false) methods?
What are the different ways we can maintain state between requests?
How to get the server information in a servlet?
Explain the steps involved in placing a servlet within a package?
Explain web container.
What do you mean by web applications?
What is cookies in servlet with example?
How printwriter is different from servletoutputstream?
What do you mean by session tracking and also explain its techniques?
What are the supporting protocol by HttpServlet ?