1.4. Quiz
Quiz 1: Java Essentials
Last updated
Was this helpful?
Quiz 1: Java Essentials
Last updated
Was this helpful?
Create a class called under the main package that extends the class.
Override the method so that the add()
method in can handle integers with different signs.
Create the class under the test package.
Test the correctness of your LongIntegerQuiz
using the unit tests.
Add more tests for a more thorough assessment if necessary.
What is the advantage of using Generics?
How do you make the class you define comparable?
What is the advantage of overriding member methods in the Object class?
What kind of methods should be defined as static?
1. Commit and push everything under the following packages to your GitHub repository:
Main:
Test:
2. Submit answers to the above to Canvas.