Answer Posted / 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 |
Post New Answer View All Answers
How to split a string in java?
What is re-factoring in software?
What are the main differences between the java platform and other platforms?
How does list work in java?
How to sort an unsorted array in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is the difference between variable & constant?
Why does abstract class have constructor?
Explain about field hiding in java?
What are the restriction imposed on a static method or a static block of code?
What is Garbage Collection in Java
What is collection api?
What is unicode datatype?
Why Java doesn’t support multiple inheritance?
What is user defined exception in Java?