write a java program that complete the following parts: Create a class named Employee and perform the following: Define private fields (E_name, E_age, E_department) as (String, int, and String) Define a class variable Salary that holds a constant value 10000. Define a parameterized constructor of the class Employee to initialize the values of (E_name, E_age, E_department)) as they are received in the parameters. Create class with you name and perform the following: Declare a HashMap of employees where the Hashmap holds employees’ id strings as its keys, and the values are the objects that are created by the class Employee. Create a method to add an employee into the HashMap. The method receives two parameters, the employee id and employee object. Create a method to lookup an employee in the HashMap by employee id. The method receives the lookup key in the parameter.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 6SA
icon
Related questions
Question

Use BlueJ to write a java program that complete the following parts:

Create a class named Employee and perform the following:

    • Define private fields (E_name, E_age, E_department) as (String, int, and String)
    • Define a class variable Salary that holds a constant value 10000.
    • Define a parameterized constructor of the class Employee to initialize the values of (E_name, E_age, E_department)) as they are received in the parameters.

Create class with you name and perform the following:

    • Declare a HashMap of employees <String, Employee> where the Hashmap holds employees’ id strings as its keys, and the values are the objects that are created by the class Employee.
    • Create a method to add an employee into the HashMap. The method receives two parameters, the employee id and employee object.
    • Create a method to lookup an employee in the HashMap by employee id. The method receives the lookup key in the parameter.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage