ADP Lab 3
ADP Lab 3
(CSE4171)
Assignment - 3
Topic: Creating a Maven Project, Defining a POJO Class,
Generating runtime object using Spring IoC and Injecting
Dependencies.
________________________________________________________________________________
1
Using Spring IoC, Constructor approaches to inject the Object.
4. Write a Java Program to create a class Customer with the following
instance members: -
a. Customer Name (String)
b. Customer Phone Number (List)
c. Customer Email ID (String)
Using Spring IoC, Annotation approach to inject the Object