False
Continue
What will be the values of “a” and “b” when the following for loop completes?
for(a=1,b=4; a
a=2, b=3
The arguments to case labels of a switch statement can not be variables. (True/False)
True
A local variable of an enclosing context can be accessed by an inner class only if it is ____.
Final
An exception can be explicitly thrown using the ___ statement.
Throw
An Inner class can be declared private.
True
Inner classes may not declare ___ initializers/members unless they are compile time constants.
Static
The if statement takes an argument of __ data type.
Boolean
No comments:
Post a Comment