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
Explain the transient field modifier?
Can we write class inside a class in java?
What is stream api in java8?
What is generic type?
How will you get the platform dependent values like line separator, path separator, etc., ?
Why static functions are used?
give an example for encapsulation?
When to use runnable interface vs thread class in java?
How are the elements of a gridbaglayout organized?
What are aggregate functions explain with examples?
What is concurrent hashmap and its features?
Does java set allow duplicates?
What is the difference between post and put?
What is the difference between Grid and Gridbaglayout?
Write a program in java to establish a connection between client and server?