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 the web server used for running the Servlets?
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 ?
Which event is fired at the time of session creation and destroy?
What is meant by a web application
How do I use cookies to store session state on the client?
What are the types of an http request?
What is http servlet in java?
What mechanisms are used by a Servlet Container to maintain session information?
List out difference between a JavaBean from a Servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the difference between Difference between doGet() and doPost()?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Which exception is thrown if the servlet is not initialized properly?
What is the life-cycle of servlets?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?