Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Choose the appropriate Java programming construct to create the following methods for the Employee Directory created in the previous step. setdetails()---- to read name, ID,CPR
- Choose the appropriate Java programming construct to create the following methods for the Employee Directory created in the previous step.
- setdetails()---- to read name, ID,CPR number, mobile number and e-mail id from the keyboard.
- getdetails()---to print the name, ID,CPR number, mobile number and e-mail id.
- searchnumber()--- this methods accepts ID and displays the corresponding Employee details.
- edit number()this method accepts ID and change the phone number for this customer.
- deletenumber()this methods accepts ID and sets the number to 0.
Select the appropriate JFCs along with its methods to draw a picture in the Applet screen.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started