Directions to Solve In questions below, each passage consist of six sentences. The first and sixth sentence are given in the begining. The middle four sentences in each have been removed and jumbled up. These are labelled as P, Q, R and S. Find out the proper order for the four sentences. A QPRS
B PRQS
C RPQS
D
PQRS
Share : |
A gh
B ab
C ef
D cd
Share : |
A volatile
B static
C final
D private
E protected
Share : |
A protected short stop = 23;
B transient short stop = 23;
C public static short stop = 23;
D final void madness(short stop);
Share : |
A x = 0
B x = 1
C Compilation fails.
D An exception is thrown at runtime.
Share : |
A i = 5
B A ClassCastException will occur. C i = 3
D Compilation fails.
Share : |
A An exception is thrown at line 3.
B The code executes with no output.
C Compilation fails.
D Class A
Share : |
A 2
B 1
C Compilation fails.
D 0
Share : |
A 1
B 0
C 2
D Compilation fails.
Share : |
A
False
B
True
Share : |