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 |
What are the common JDBC problems that you got and how do you solved them?
Why are we using blob datatypes in jdbc?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
What do you mean by database connection pooling?
Is JDBC a language or Application?
Why do we need jdbc api?
What is jdbc and its advantages?
Does jdbc use odbc?
How does jdbc work?
What is Apache DBCP API?
How do I load a database driver with JDBC 4.0 / Java 6?