About this document
Java Employee Class Implementation by Debanik Majumder is a document available to read on EtoBox.
The document provides specifications to create two Java classes - Employee and EmployeeInfo. Employee should have name and salary fields with getter and setter methods. EmployeeInfo should have an enum SortMethod and two public methods - sort() to return a sorted list of Employees based on name or salary, and isCharacterPresentInAllNames() to check if a character is present in all Employee names. Lambda expressions should be used to implement the methods without loops or control structures, relying on Strea
- Author
- Debanik Majumder
- Language
- EN