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 is meant by session? Tell me something about httpsession class?
Define declaration.
What are the exceptions thrown by servlets? Why?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is the difference between sendredirect() and forward() in a servlet?
What are the steps that are required to handle the multi-threading?
How a servlet is unloaded?
When to use doget() and when dopost()?
What is generic servlet class?
What is Servlets and explain the advantages of Servlet life cycle?
When should you prefer to use doget() over dopost()?
Why session tracking is needed?
What are the advantages of Servlet over CGI?
What is a web container and what is its responsibility?
What is servlet in tomcat?