what are the design patterns in struts?



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

Post New Answer

More Core Java Interview Questions

What are the object and class classes used for?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


Which command from the jdk compiles a java program?

0 Answers  


What is the difference between a Window and a Frame?

6 Answers   Infosys, ProKarma,


Is an empty arraylist null?

0 Answers  






List the different types of classloaders in java.

0 Answers  


What is the common usage of serialization?

0 Answers  


What is the main use of generics in java?

0 Answers  


Can we make the abstract methods static in java?

0 Answers  


What is the integer of 16?

0 Answers  


I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.

3 Answers   Amtek, Huawei,


What is data type modifier?

0 Answers  


Categories