r u used any design patterns in your project?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of the statement in jdbc?
What is a jdbc connection string?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
Why resultset is used in java?
What class.forname does, while loading the drivers?
What is jdbc thin client?
What do you mean by two phase commits?
What is jdbc in dbms?
Expalin the method of calling a stored procedure from jdbc.
What is namedparameterjdbctemplate?
What is JDBC Connection isolation levels?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What happens if we don't close the connection in jdbc?
What is jdbc odbc bridge?
What are the classes and methods used for sending sql statements to database?