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 / nash
Its always better to seggregate/seperate the duties of
components. Its correct way to implement MVC architecture.
JSP takes care of View Component and Bean Object will be
used as Transfer Object in application.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Define immutable object?
What is the purpose of garbage collection in java?
What is the difference between an array and an array list?
How many digits can a float hold?
What is called module?
What is application tier?
What is an empirical question?
What is the file extension for java?
Can we create an object of private class?
Why is singleton not thread safe?
What is difference between equal and == in java?
How do you classify Dialog Box?
Explain treeset?
What is the difference between overriding and overloading in OOPS.
What is string made of?