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...


how many design pattern r there? and wht design pattern u
use and why ?

Answers were Sorted based on User's Feedback



how many design pattern r there? and wht design pattern u use and why ?..

Answer / ravi ranjan kumar rajnish

In case of sun technology, we can categories in two type
java design pattern and j2ee design pattern.
java design pattern is divided into three category futher
creational pattern, structered pattern and behavioral
pattern.
in J2ee there is 15 types of design pattern

Is This Answer Correct ?    5 Yes 0 No

how many design pattern r there? and wht design pattern u use and why ?..

Answer / smitha

23
MVC - separation of presentation and business logic
DAO- Abstracts and hides data access code from business
logic code

Is This Answer Correct ?    3 Yes 0 No

how many design pattern r there? and wht design pattern u use and why ?..

Answer / ravikiran

Design pattern is the solution for a recurring problem.
Mvc-2 design pattern---For the sake of seperation between
presentation logic and business logic
Data Access Object-----For maintaining databae logic
seperatly
Data Transfer Object---To Maintain Getters and setters for
database columns

Is This Answer Correct ?    2 Yes 0 No

how many design pattern r there? and wht design pattern u use and why ?..

Answer / hima bindu

so many design patterns are used for solving the reoccurs
problems.Mainly these design patterns are used for EJB
Application.They are
1.Front Controller - handling all the requests form client.
2.Application Controller/Business deligate - this is used
for delgate the request to appropriate method in business class.
3.Service Locater -- this is used for the get the reference
of home object.
4.Data Access Object -- It is uesd for connecting with the
databases like hibernate,jdbc connections,JNDI and Etc.
5.Data Transfer Object/Value Object --- if you want to
transfer the data from bean to client and vice-versa.We
create one helper class.In this class we r writing some
setters and getters are used for data transfer.

Is This Answer Correct ?    3 Yes 2 No

how many design pattern r there? and wht design pattern u use and why ?..

Answer / sampath

23

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Core Java Interview Questions

what are the application of compiler and interpreter for source program

2 Answers  


I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...

2 Answers   Cybernet,


How are destructors defined in java?

0 Answers  


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


What are the rules for naming an array?

0 Answers  


When throws keyword is used?

0 Answers  


how many design pattern r there? and wht design pattern u use and why ?

5 Answers   HP,


Can list contain null in java?

0 Answers  


Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?

5 Answers   Google,


i need income tax program using java inheritance concept. could u please help me?

2 Answers  


What is the difference between a constructor and a method?

0 Answers  


Difference between abstract class and Interfaces?

7 Answers   CTS, iFlex, PA Consulting, Sai Softech, Value Chain,


Categories