Why would you desing a J2EE application so user data is
entered by way of a JSP page and managed by an underlying
Java Beans class?
Answer Posted / rajesh
As per my understanding, Java Bean exposes the properties
of the JSP page in a consistent way.
Also it represents the jsp page as a simple java object
(POJO) which is having certain state. and it is easy to
handle java beans.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is constructor chaining in java?
What does jre stand for?
What is Hierarchy of exception?
What is string in java with example?
Name component subclasses that support painting in java programming?
What is a bufferedreader?
Can we have more than one package statement in the source file?
What are identifiers in java?
What is module in project?
What is port number in java?
What is method in java with example?
Write a program to calculate factorial in java?
When do we use synchronized methods in java?
What is update method called?
What is percentage in java?