Answer:
C, Both of these.
Explanation:
You can take notes either way. It's just your preference. Hope this helps :)
Maybe in atosave, Computers mostly save what your working on :3
Answer:
2
Explanation:
The output of the Java program is 2. The public Vehicle class is defined with the class variable 'counter'. When a Vehicle class object is instantiated, the counter variable increments by one.
In the program, the two instances of the class are created, incrementing the counter variable to two, the print statement outputs 2 as the result of the program.