Description: programming languages Online Quiz - 232 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Static variables are implicitly final.
This is legal. float f = 2;
If method A declares that it throws an exception and method B calls method A,then method B must ALWAYS declare the same exception.
It is not possible to have an instance of a non-static inner class before any instances of the outer class have been created.
EJB stands for ....
assuming all variables are declared and initialized properly this will compile. for(i=l; k< 5; j++){};
It is legal to access a static method using an instance of the class?
an abstract class can have a constructor?
can you have a final abstract class?
a method cannot be declared as throwing more than one exception.
An exception can be caught by a catch block with an argument type that is a superclass of the thrown exception.
The ARITH(COMPAT) compiler option allows you to control the maximum number of digits is-----?
The ARITH(EXTEND) compiler option allows you to control the maximum number of digits is ----?
In terms of Performance considerations for PACKED-DECIMAL,the following statement is true.....
On the average, ARITH(EXTEND) was ---------ARITH(COMPAT), with a range of equivalent to ------.
When using binary (COMP) data items, the use of the SYNCHRONIZED clause specifies that
In general which of following type of access is least efficient in VSAM
Which one of the following is false about CISZ
What does ELPA stands for
Which of the option is correct regarding two statements mentioned below :(a) ARITH(EXTEND) is slower than ARITH(COMPAT)(b) AWO is slower than NOAWO