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