Question: Marks) 2) Create a Class Customer which have fields as CustomerName, userid, array of skills and experience (3 Marks) 3) . Create a Class JobPortal
- Marks)
2) Create a Class Customer which have fields as CustomerName, userid, array of skills and experience (3 Marks)
3) . Create a Class JobPortal which has JobPosition array and customer array (2 Marks)
4) Create a Class Marketing which has JobPortal and three parameterized method listed below: (3 Marks)
a) addJobs: take skills, experience and salary to Marketing. JobPortal. jobposition array
b) addCustomer: take userid, skills, experience to Marketing.JobPortal. customer array
c) searchJob (userid)
a) pull skills and experience from Marketing.JobPortal.customer array using the input userid
b) split skills one by one and search through Marketing.JobPortal.jobposition array
c) return subset of JobPosition array that matches skills. (3 Marks)
5) Create a Test class which have main Method() (2 Marks)
Output:
- Sort the Customer with names in Alphabetical order (5 Marks)
Print Customer userId and (matching skills from JobPosition)(10 Marks)
Type or paste question here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
