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

How to retrieve warnings in jdbc?

0 Answers  


What is a rollback in jdbc?

0 Answers  


Is it possible to connect to multiple databases simultaneously?

0 Answers  


What is the return type of class.forname() method?

0 Answers  


java based application for hospital management

0 Answers  






How data can be inserted into long row column of database?

0 Answers  


How to insert an image or raw data into database?

0 Answers  


Does the JDBC-ODBC Bridge work with Microsoft J++?

0 Answers  


What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?

0 Answers  


What is odbc and jdbc drivers?

0 Answers  


Why do we need a jdbcrowset like wrapper around resultset?

0 Answers  


What is statement and resultset in jdbc?

0 Answers  


Categories