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