tailieunhanh - 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 .

TÀI LIỆU MỚI ĐĂNG
8    188    0    15-05-2024
37    164    0    15-05-2024
173    109    0    15-05-2024
6    102    0    15-05-2024
65    92    0    15-05-2024
crossorigin="anonymous">
Đã 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.