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

What is a jdbc connection string?

0 Answers  


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

0 Answers  


what is callable statement?

6 Answers   Infogain,


What are the factors that the jdbc driver performance depends upon?

0 Answers  


What type of drivers have you used?

1 Answers  


Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

0 Answers  


What is CLOB and BLOB datatypes in JDBC?

0 Answers  


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

0 Answers  


Is there another way of dealing with the result set that could execute faster?

0 Answers  


What is jdbc and jdbc drivers?

0 Answers  


What is db client?

0 Answers  


What is the role of class.forname while loading drivers?

0 Answers  


Categories