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

Name different methods for getting streams.

0 Answers  


How do I set properties for a JDBC driver and where are the properties stored?

0 Answers  


How can we store and retrieve images from the database?

0 Answers  


What is an outer join?

3 Answers   Infogain,


What does the jdbc databasemetadata interface?

0 Answers  






What is the function of setautocommit?

0 Answers  


Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


State the three different ways in which you can create a table?

0 Answers  


What is getconnection method in java?

0 Answers  


What are the jdbc drivers in java?

0 Answers  


How can you make the connection using jdbc?

0 Answers  


How to set the attribute concurrency in resultset?

0 Answers  


Categories