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
How big is a 32 bit integer?
What is a void method java?
What is data type example?
I want to persist data of objects for later use. What’s the best approach to do so?
Explain the difference between an object-oriented programming language and object-based programming language?
What is the constructor?
Do extraneous variables affect validity?
Will set allow duplicates in java?
How many unicode characters are there?
what is the difference between the methods sleep() and wait()? : Java thread
What are different access specifiers in java?
What is the function of log?
What is the purpose of finalization in java programming?
How many bits is a double?
What is re-factoring in software?