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