Question: JAVA QUESTIONS Question 6 1 pts What is the declared return type for a method that does not have a return value? O String O
JAVA QUESTIONS

Question 6 1 pts What is the declared return type for a method that does not have a return value? O String O void A method must return a value O There is no declared return type when a method does not return a value. DQuestion 7 1 pts Which of the following declares a variable that can hold a reference to a Circle? Click all that apply Circle myCircle; Circle(3) Circle(3) new Circle(3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
