Page 1 of 1

java

Posted: Sun May 15, 2022 12:54 pm
by answerhappygod
java
Java 1
Java 1 (21.63 KiB) Viewed 68 times
QUESTION 7 Explain the use of final keyword in variable, method and class. final variable final method A. can't be modified B. not allowed C. cannot be overridden D. cannot be inherited final class final constructor QUESTION 8 What are the default values assigned to variables and instances in java? int A. O double B. false v boolean C. 0.0 D. null String