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 RQSP
C RSQP
D PQRS
Share : |
A Missing parenthesis in return statement
B The function should be defined as int f(int a, int b)
C Redeclaration of a
D None of above
Share : |
A 2 1 0 def def
B 0 def 1
C 2 1 0 def 1 def 1
D 2 1 0 def 1
Share : |
A i = 1, j = 0
B i = 1, j = 4
C i = 3, j = 4
D Compilation fails.
Share : |
A I is 0
B None of the above
C Compilation fails.
D I is 0 I is 1
Share : |
A TreeMap
B HashMap
C The answer depends on the implementation of the existing instance.
D LinkedHashMap
Share : |
A java.lang.Double
B java.lang.String
C java.lang.StringBuffer
D java.lang.Character
Share : |
A java.util.List
B java.util.ArrayList
C java.util.HashSet
D java.util.LinkedHashSet
Share : |
A java.util.List
B java.util.Set
C java.util.Collection
D java.util.Map
Share : |
A Java.util.HashTable
B Java.util.List
C Java.util.Collection
D Java.util.Map
Share : |