r u used any design patterns in your project?
Answer Posted / 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 |
Post New Answer View All Answers
How java can be connected to a database?
Explain Basic Steps in Writing a Java Program Using Jdbc?
How to connect html page to database using jdbc?
How can we set null value in jdbc preparedstatement?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is statement and preparedstatement in java?
How can we execute stored procedures?
What is the JDBC?
What is difference between java.util.Date and java.sql.Date?
What is jdbc and its types?
Does the JDBC-ODBC Bridge work with Microsoft J++?
What do you understand by jdbc datasource?
What is jdbc odbc bridge?
What are different types of JDBC Drivers?
Why would you use setautocommit(false) in jdbc?