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
What are serialization and deserialization?
Why arraylist is not synchronized in java example?
How can we create a thread in java?
What is a byte array?
Which is best ide for java?
Why java strings are immutable in nature?
What is n in java?
What is function overriding and overloading in java?
Can we overload run() method in java?
What does void * mean?
What is preparedstatement in java?
Java Compiler is stored in JDK, JRE or JVM?
What are the two ways of implementing multi-threading in java?
What is the purpose of the main method?
Is void a data type in java?