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 an example of a boolean?
What is core java called?
What is merge sort in java?
What is the file type?
What is java reflection api?
Is null a string or object in java?
Implement two stacks using a single array.
Explain the private protected method modifier?
What is xslt in java?
What does sizeof return?
Where is const variable stored?
What are bind parameters?
What is a “stateless” protocol ?
What is variable in java?
Can static methods access instance variables in java?