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