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 |
Explain Basic Steps in Writing a Java Program Using Jdbc?
Give an example of code used for setting up connection with a driver.
List some new features available in jdbc 4.0?
What is the difference between jdbc and odbc?
How vendor Naming registry supports JNDI?
Write a program JDBCcode forfetching student database with SQL.
Prepared statements are faster. Why?
Which jdbc drivers will run your program?
what is meant by connection pooling?
How you restrict a user to cut and paste from the html page using java programing?
What is the function of drivermanager class?
what is the current version of JDBC? and explain its features?