programming languages Online Quiz - 232
Description: programming languages Online Quiz - 232 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Attempted
0/20
Correct 0
Score 0
‹
›
When using binary (COMP) data items, the use of the SYNCHRONIZED clause specifies that
An exception can be caught by a catch block with an argument type that is a superclass of the thrown exception.
a method cannot be declared as throwing more than one exception.
can you have a final abstract class?
an abstract class can have a constructor?
EJB stands for ....
This is legal. float f = 2;
Static variables are implicitly final.