Posts

Showing posts from September, 2023

Oracle java fundamentals final quiz answers

Image
Final Quiz Midterm Quiz Section 3 Quiz 1 Section 3 Quiz 2 Section 4 Quiz 1 Section 4 Quiz 2 Section 5 Quiz Section 6 Quiz Section 7 Quiz 1 Section 7 Quiz 2 Section 8 Quiz Section 9 Quiz Final Quiz answers   Question 1: Which two statements are true about getter methods? A) Getter methods typically return void. B) Getters have a public access modifier. C) You must have a setter method if you have a getter method. D) Getters usually accept no arguments. Answer 1: B, D Question 2: If field