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

Explain the locking system in jdbc?

0 Answers  


What is jdbc and jpa?

0 Answers  


How can you create jdbc statements?

0 Answers  


What is the full form of jdbc?

0 Answers  


What are the basic exceptions in jdbc?

0 Answers  






How do you know which driver is connected to a database?

3 Answers  


What is JDBC Savepoint? How to use it?

0 Answers  


What is jdbc stand for?

0 Answers  


How do we load the drivers?

0 Answers  


Why prepared statements are faster?

0 Answers  


What is the JDBC syntax for using a literal or variable in a standard Statement?

0 Answers  


What is the role of the jdbc drivermanager class?

0 Answers  


Categories