Tuesday, November 29, 2011

Difference: Java Beans, Servlets

java bean is a reusable component,where as the servlet is the java program which extends the server capability:java beans is used as the MODEL in MVC architecture whereas the servlets is used as the CONTROLLER in MVC architecture:java bean is a reusable component,where as the servlet is the java program which extends the server capability:Java Beans:it is a java class where we intilize the properties and create the getter and setter method.
Category:Java Interview Questions

No comments:

Post a Comment