We can write any Java Logics in our JSP. Then why we are
using servlets(Controller Layer) to interact with the DAO ?
Answer Posted / guest
it reduces coupling so that code changes can be done easily
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where is singleton pattern used?
What will happen to the exception object after exception handling?
Is .net better than java?
What are the differences between checked exception and unchecked exception?
What is console based application in java?
What does 0 mean in boolean?
Why heap memory is called heap?
what invokes a threads run() method? : Java thread
How many bits is a word?
What is serial version uid and its importance in java?
What is increment in java?
What do you mean by composition in java?
What are the restrictions imposed on method overriding?
Can singleton class be cloned?
is it possible to instantiate the math class?