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
What sorting algorithm does javascript use?
What is the differences between heap and stack memory in java? Explain
What do you understand by weak reference?
What does java edition mean?
How do you sort an array in java?
how do I create a runnable with inheritance? : Java thread
Can we overload the main() method?
Why collection doesn’t extend cloneable and serializable interfaces?
Which is faster set or list in java?
What is a function in java?
What is the difference between array and array list in java?
What is maximum size of arraylist in java?
What does s mean in regex?
Difference between linkedlist and arraylist.
What is the purpose of declaring a variable as final?