adspace
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 to create a base64 decoder in java8?
What is the difference between break and continue statements?
Explain public static void main(string args[]) in java.
What is parsing in java?
What is a classloader in java?
What is java string pool?
What are the differences between heap and stack memory in java?
What is an object in java and how is it created?
What is a constructor overloading in java?
What do you mean by an interface in java?
Write a program to find the whether a number is an Armstrong number or not?
explain different ways of using thread? : Java thread
Differentiate between static and non-static methods in java.
What is the difference between equals() and == in java?
Write a program to print count of empty strings in java 8?