Why can't we make jsp as a controller and action
servlet in struts?
Answer Posted / amareshara
Becoz in the JSP all only our business logic is described.
but MVC we can all the logic (i.e. B.L.,P.L.) are separated
asap.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How does multithreading take place on a computer with a single cpu in java programming?
What is break and continue statement?
In java how do we copy objects?
Why do we use return statement?
When we serialize an object does the serialization mechanism saves its references too?
What is arguments in java?
Which browsers work with java?
What is the role of the java.rmi.naming class?
Wha is the output from system.out.println(“hello”+null); ?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Why is a string immutable?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Why stringbuilder is not thread safe?
Why Java is not pure Object Oriented language?
Is java hashset ordered?