what are the design patterns in struts?
Answer / nav dev
Design Patterns
1) Front Controller //Action Servlet
2) Application Controller// Request process
3) DAO //Data Access Object
40 DTO //Data Transfer Object from one layer to onther
etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Java is pass by value or pass by reference? Explain
Why are global variables used?
What is the top class of AWT event hierarchy?
What methods are called, When we navigate from one applet to another applet?
What are the advantages of exception handling in java?
What comes to mind when someone mentions a shallow copy in java?
What are the differences between forwarding () method and sendredirect() methods?
In Java list the methods that can be overridden?
What is the role of garbage collector in java?
What do u mean by variable?
How can we make sure main() is the last thread to finish in java program?
What are the ways to instantiate the class class?