r u used any design patterns in your project?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How can I connect mysql or oracle with java?
What is createstatement method in java?
What is a statement in java?
What is jdbc odbc bridge in java?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is executequery in java?
What is the return type of class.forname() method?
what does batchUpdate does?
What is sqlwarning and discuss the procedure of retrieving warnings?
How the JDBC application works?
What is the use of getGeneratedKeys() method in Statement?
can we create a own jdbc driver? how can we create?