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
Where to store local variables?
Can You Have Virtual Functions In Java?
What is difference between synchronize and concurrent collection in java?
What is complexity and its types?
What is the epoch date?
What is function and method in java?
When to use runnable interface vs thread class in java?
How to sort array of 0 and 1 in java?
What is an escape character in java?
How many types of classes are there in java?
What is a data structure java?
Explain super keyword in java.
What is the use of runnable interface?
Why char array is preferred over string for storing password?
What all methods are used to prevent thread execution ?