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
What class.forname does, while loading the drivers?
Explain the role of driver in jdbc.
Why did my jdbc code throw a rollback sqlexception?
How to rollback a JDBC transaction?
Explain the various types of locking system in jdbc?
Does jpa use jdbc?
What is java soft framework?
What is jdbc dialect?
Under what circumstances, that all four drivers are used?
What is jdbc odbc bridge in java?
Is it possible to connect to multiple databases simultaneously?
Explain the life cycle of jdbc.
Name the method, which is used to prepare a callablestatement.
What port does jdbc use?
How to use JDBC API to call Stored Procedures?