adspace


What is generic dao?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490


How can you inject java collection in spring?

518