Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Is void a return type?

0 Answers  


What is the multilevel inheritance. and also give the Example of it ?

5 Answers  


Wha is the output from system.out.println(“hello”+null); ?

0 Answers  


Why declare Main() inside the class in java ?

0 Answers   HCL,


Can we use string in the switch case?

0 Answers  


What is the relationship between clipping and repainting under awt?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


Can you access the private method from outside the class?

0 Answers  


What is a default constructor and also define copy contrucyor?

0 Answers   Global Logic,


What does microservices mean?

0 Answers  


What is the advantage of functional interface in java 8?

0 Answers  


How to make a read-only class in java?

0 Answers  


Categories