java
Posted: Sun May 15, 2022 12:54 pm
java
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
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