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