- jump
- virtual
- evaluation
- cast
- boolean
What is the term for a try statement inside the block of another?
- recursive try statements
- multi try clauses
- try case statements
- multi try statements
- nested try statements
Public members of a class are are available to:
- The class itself and and the classes above in the inheritance hierarchy
- The class itself
- The classes that inherit from that class
- All the classes of the application
- All the classes that properly call them
____ can represent fractional values
- booleans
- floating-point numbers
- functions
- characters
- integers
The _____ keyword indicates that a class is a subclass of a class.
- sub
- subclass
- main
- extends
- private
A/an _____ is a primitive data type.
- class
- exception
- function
- thread
- short