TAILIEUCHUNG - A Guide To Advanced Java - Annotations

Create an application which uses standard and class level custom annotations to store metadata about an employee. The application accepts the details of an employee from the user and displays them on the screen. The application consists of the following classes: The Employee class represents a typical employee record. | A Guide To Advanced Java Assignments Annotations Sr. No Assignment Question 1. Create an application which uses standard and class level custom annotations to store metadata about an employee. The application accepts the details of an employee from the user and displays them on the screen. The application consists of the following classes The Employee class represents a typical employee record. It stores the following details about an employee name dateOfBirth currentSalary designation The Employee class defines two methods to display the details of the employee. The first method is the showEmployeeDetails method which displays all the details of the employee. The second is the display method which displays a message that the method is deprecated. Declare this method to be deprecated using annotations. The Manager class extends from the Employee class. The class defines a parameterized constructor to create a new instance of the Manager class. It overrides the showEmployeeDetails method from the Employee class. The override annotation is used to check if the method has been overridden properly or not. Use two class level annotations one named StringValue to store metadata about a manager and the other named Description to store a description about the Manager class. This class creates instances of the Employee and Manager classes and also defines the StringValue and Description annotations. The class attempts to invoke the deprecated method on the instance of the Employee class. It accepts the details of a Manager and creates an instance of the Manager class with the details. The overridden method showEmployeeDetails is then invoked on the instance of the Manager class. A class level annotation is also defined for the Administrator class. All the annotations from the Manager class are retrieved and stored in an array of Annotations. Finally the annotations from the array and the Administrator class are displayed. 2007 .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.