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 |
What is cdi in spring?
What do you understand by auto wiring and name the different modes of it?
Explain about the spring dao support
Why do we need autowiring in spring?
How can you achieve internationalization using messagesource?
What is spring jdbc template?
What is spring boot starter tomcat? : Spring Boot
Can we have both constructor and setter injection?
What are the benefits spring framework?
Explain the different types of transaction management.
What is the main difference between @requestparam and @pathvariable annotation?
What is the difference between @requestbody and @requestparam?