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 is incompatible types in java?
Why singleton pattern is better than creating singleton class with static instance?
Does java return by reference?
explain what is transient variable in java?
Why does java have two ways to create child threads? Which way is better?
How can a gui component handle its own events?
What is the difference between a method and a function in alice?
What is the technique adopted to create an immutable class?
What is the difference between a field variable and a local variable?
What is get () in java?
State some advantages of java?
What is a for loop in java?
Which package has light weight components?
How will you serialize a singleton class without violating singleton pattern?
What is native code?