We can write any Java Logics in our JSP. Then why we are
using servlets(Controller Layer) to interact with the DAO ?
Answer Posted / babu
ya u can write your java logic's Jsp or u can use Jsp action
tags to implement the business logic. But if u do like this
your source code may be viewed and used by the others, for
restricting or preventing your source code we are using mvc
architecture like in struts so that's why we don't want to
write java code in Jsp.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is sizeof not a function?
What is this keyword used for?
How do you define a variable?
What are different types of classloaders?
What is the difference between conversation & casting?
How do you remove duplicates in java?
Why we override equals() method?
Does importing a package imports its sub-packages as well in java?
Write a program to reverse a number in java?
What is java objectoutputstream?
What are the four integer types supported by java?
What is final keyword in java?
What is a private class in java?
What are the three best choices for a development environment?
What are the 4 types of characters?