R
Q. In Java, can a subclass access protected members (fields and methods) of its superclass?
In Java, protected members (fields and methods) of a superclass are accessible to its subclasses.
You must be Logged in to update hint/solution
Q. Which of these packages contains abstract keyword?
Q. Choose the correct version of Logical Compound Assignment operators in Java below?
Q. Which of these method of Object class is used to obtain class of an object at run time?
Q. BigDecimal is a part of which package?
Q. Which one is a valid declaration of a boolean?
Q. What is the size of a FLOAT floating point number in Java?
Q. In Java, what is the result of the expression "Hello".substring(1, 4)?
Discusssion
Login to discuss.