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
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
Write an sql to find all records having all numeric characters in a field ?
How can you load the drivers?
Is jdbc an api?
Which jdbc driver is the fastest driver?
How do you determine the sensitivity of the ResultSet object?
Why isn't the java.sql.DriverManager class being found?
What is ojvm used for?
How to connect html page to database using jdbc?
What is use of connection pooling?
What is jdbc dialect?
Can we have foreign key reference to a non primary key column ?
Is jpa faster than jdbc?
What are collection pools?
What is a statement in java?