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
Is null a string?
How do you remove spaces in java?
How many bits is a float?
What are the 6 functions?
What is the difference between private & public & friendly classes?
Is linked list a linear or non-linear data structure?
Why java is secure? Explain.
What function extracts specified characters from a string?
What modifiers are allowed for methods in an interface?
What are 3 data types?
What things should be kept in mind while creating your own exceptions in java?
Is array a class?
What is the purpose of a transient variable?
What is the maximum size of hashmap in java?
Write code to implement bubble sort in java?