Java Practice Test - Fill the Blanks


____X____class and________ are used for runtime Polymorphism.
________variables cannot be changed after initialization.
________class cannot be subclassed.
________keyword is used to reference to the current object.
________variables cannot be serialized.
________is a declaration that a variable can be accessed by multiple threads.
________is used to specify that the method is not implemented in Java, but rather in another language.
________is used to access members of the base class.
________members are not accessible outside object scope.
________members are accessible from object and the sub class objects.


Click the keyword to pick it.

native
static
final
protected
interface
default
public
import
this
abstract
transient
volatile
super
private