What is generic dao?



What is generic dao?..

Answer / Ram Murti

Generic DAO is a Data Access Object that uses the Java Generics feature to provide a more type-safe and flexible solution. It allows the definition of methods with parameterized types, making it possible to work with multiple data entities using a single interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

What is cdi in spring?

1 Answers  


What do you understand by auto wiring and name the different modes of it?

1 Answers  


Explain about the spring dao support

1 Answers  


Why do we need autowiring in spring?

1 Answers  


How can you achieve internationalization using messagesource?

1 Answers  


What is spring jdbc template?

1 Answers  


What is spring boot starter tomcat? : Spring Boot

1 Answers  


Can we have both constructor and setter injection?

1 Answers  


What are the benefits spring framework?

1 Answers  


Explain the different types of transaction management.

1 Answers  


What is the main difference between @requestparam and @pathvariable annotation?

1 Answers  


What is the difference between @requestbody and @requestparam?

1 Answers  


Categories