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 are the different types of multitasking?
Define a package.
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Can static methods be inherited?
Does java allow overriding static methods ?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the meaning of 3 dots in java?
How many digits can a float hold?
Can we override data members in java?
Does java support Operator Overloading?
What is the += operator called?
Is java pass by value or pass by reference?
What purpose do the keywords final, finally, and finalize fulfill?
What are instance variables?
What is the use of math abs in java?