r u used any design patterns in your project?

Answers were Sorted based on User's Feedback



r u used any design patterns in your project?..

Answer / nazim

I think the interviewer is asking about java design
patterns. Some of the design patterns are :

1. Singleton
2. Factory
3. Facade

Singleton pattern is mostly used accross the industry

Is This Answer Correct ?    1 Yes 0 No

r u used any design patterns in your project?..

Answer / syed sadhik

I’m assuming you are question is related to Java design.
for details you can see this link
http://www.fluffycat.com/Java-Design-Patterns/

Is This Answer Correct ?    0 Yes 0 No

r u used any design patterns in your project?..

Answer / samsudeen

i used the four design pattern in one projext
1) MVC
2) DAO
3) front Controller
4) Intercepting Filter

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

Why we use jdbc instead of odbc?

0 Answers  


is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)

2 Answers   IonIdea,


What is the difference between jdbc and odbc?

0 Answers  


What do you understand by jdbc datasource?

0 Answers  


Jdbc-odbc bridge is multi-threaded or not?

0 Answers  






How vendor Naming registry supports JNDI?

0 Answers  


how you will execute the many tables data

1 Answers   Wipro,


What is difference between java.util.Date and java.sql.Date?

0 Answers  


How to get the Database server details in java program?

0 Answers  


How to insert and delete a row programmatically? (new feature in JDBC 2.0)

0 Answers  


How to handle when the database crashes while reading the data from the database?

2 Answers   IBM,


What is jdbc template?

0 Answers  


Categories