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 meant by stack and queue?
What is a blocking method in Java?
What is meant by class loader? How many types are there?
What is the difference between a method and a procedure?
What are the features of junit?
What is the use of hashmap in java?
What is meant by polymorphism?
How many static init can you have?
Convert a BST into a DLL and DLL to BST in place.
What is qualitative variable?
How many types of string data types are there?
What is the requirement of thread in java?
What does int [] mean in java?
Which programming language is most secure?
Is it possible for yielded thread to get chance for its execution again ?