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 is difference between float and double?
How do you use parseint in java?
When arithmeticexception is thrown?
What do you understand by access specifiers in Java?
what is object slice?
How to make a non daemon thread as daemon?
Difference between serialization and deserialization in java?
What is difference between pointer and reference?
Is 64bit faster than 32 bit?
You're given a Boolean 2D matrix, can you find the number of islands?
What is flush buffer?
What is finally and finalize in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Why do we use variables?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?