Why can't we make jsp as a controller and action
servlet in struts?
Answer Posted / punna
Aording to industry standards Jsp must be "Java ode Less
Jsp". But when it taken controller it must contain java
code to communicate with model components,So we try to take
the java class servlet to plae integration logic
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Is array passed by reference in java?
What is difference between stringbuffer and string?
Why object class is super class for every class in java?
Write a program to calculate factorial in java?
How to make a non daemon thread as daemon?
How do you sort in java?
What is exception propagation?
What is serial version uid and its importance in java?
Can memory leak happen java?
Difference between serialization and deserialization in java?
Can we have try without catch block?
What is a line break?
Can an abstract class be a final class?
What are heterogeneous objects?
Can java cast null?