- while
- else
- if
- switch
- for
Can an abstract class contain final methods?
- yes
- no
- class can not be abstract
- java does not support final
- java does not support abstract
All methods use _____ to raise an exception.
- raise
- catch
- throw
- try
- handlers
Which is the ternary if-then-else boolean operator?
- ():
- ?:
- (::)
- ()>
- ::
What control statement enable a program to repeat one o more statements?
- exception handling
- selection
- encapsulation
- iteration
- none of these
Which is the bitwise shift right zero fill operator?
- >=
- >>>
- >>
- ->
- !>