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 |
Can you override private or static method in java?
What is multithreading ???? How to stop multithrading in java????
what do you understand by synchronization? : Java thread
How to do validation of the fields in any project ?
What is Restrictions in hibernate?
What is java util hashmap?
What is difference between string and stringbuffer?
Explain the access modifiers for a class, method and variables?
What is the immediate parent class of the Applet class?
What is the difference between serialization and deserialization?
how to pass the parameters to applets?
how to write a program for sending mails between client and server