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
What is casting in java programming?
Explain heap sort?
What happens if main method is not static?
What is difference between this and super keyword?
What is a generic type?
Can a static method be overridden in java?
Why is whitespace important?
What does opcode mean?
Can we define private and protected modifiers for the members in interfaces?
Is array synchronized in java?
What is %02d?
Which class contains a method: cloneable or object?
What is int short for?
How objects are stored in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.