K
6. Do not add new import statement(s) to given files.
tools must be used: NetBeans IDE 8.x and Java JDK 1.8.
If at least one of the above requirements is not followed, the exam will get ZERO.
Troubleshooting:
If the given project (e.g. Q1) runs with error, you need to run "Clean and Build Project" (Shift+F11). If still error, try to rename or copy the project to other one, e.g. from Q1 to Q1X or Q1Y.
Do not pay attention to real meaning of objects, variables and their values in the questions below.
Question 1: (5 marks)
In this question you should complete some methods in MyList.java file.
The class Laptop with 3 data members: producer, weight and price is given and you do not need to edit it. The MyList class is a linked list of Laptop objects. The following methods should be completed:
Zoom
90%
Close