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 / sandeep
you can use mvc1 to implement the such requirement.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
What are byte codes?
How do I know if java is installed?
What is jvm? Why is java called the platform independent programming language?
Is string an object?
What value is a variable of the string type automatically initialized?
How do you avoid global variables?
Where pragma is used?
Give us a program to check for parenthesis matching using stack.
What do you mean by checked exceptions?
What is the current version of java?
What is the mapping mechanism used by java to identify IDL language?
What is string and its types?
When do you get classcastexception?
What is the use of a copy constructor?
How to find the largest value from the given array.