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 do I receive a ResultSet from a stored procedure?
What is sqlwarning?
What are the standard isolation levels defined by JDBC?
What is jdbc resultsetmetadata interface?
what is metadata and it's use?
Differentiate between stored procedure and functions?
Which Java and java.sql data types map to my specific database types?
Discuss the procedure of retrieving warnings?
Explain how to make updates to the updatable resultsets.
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
How to move the cursor in scrollable resultset ?
What is jdbc and explain jdbc architecture?