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 RSPQ
B PQSR
C SRQP
D QPSR
Share : |
A No error
B Error: Prototype declaration
C Error: return statement cannot be used with conditional operators
D None of above
Share : |
A Java.util.Set
B Java.util.List
C Java.util.Collection
D Java.util.Map
Share : |
A java.util.LinkedHashMap
B java.util.TreeMap
C java.util.ArrayList
D java.util.HashMap
Share : |
A java.util.TreeSet
B java.util.TreeMap
C java.util.Hashtable
D java.util.SortedMap
Share : |
A float f = "1";
B float f = 1.0d;
C float f = 1F;
D float f = 1.0;
Share : |
A include java.io.*;
B No statement required.
C import java.io.PrintWriter;
D import java.io.*;
Share : |
A 0 to 65535
B -32768 to 32767
C -256 to 255
D 0 to 32767
Share : |
A 2 and 4
B 1 and 2
C 3 and 4
D 2 and 3
Share : |
A Runtime Exception
B baz = blue
C baz = null
D baz =
Share : |