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 is a jdbc connection string?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?
what is callable statement?
What are the factors that the jdbc driver performance depends upon?
What type of drivers have you used?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What is CLOB and BLOB datatypes in JDBC?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Is there another way of dealing with the result set that could execute faster?
What is jdbc and jdbc drivers?
What is db client?
What is the role of class.forname while loading drivers?