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 QPRS
C RSQP
D RQSP
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 0 def 1
B 2 1 0 def 1
C 2 1 0 def def
D 2 1 0 def 1 def 1
Share : |
A i = 1, j = 0
B i = 1, j = 4
C Compilation fails.
D i = 3, j = 4
Share : |
A I is 0 I is 1
B None of the above
C Compilation fails.
D I is 0
Share : |
A The answer depends on the implementation of the existing instance.
B LinkedHashMap
C HashMap
D TreeMap
Share : |
A java.lang.Character
B java.lang.Double
C java.lang.String
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.List
B java.util.Collection
C java.util.Set
D java.util.Map
Share : |
A Java.util.HashTable
B Java.util.Collection
C Java.util.List
D Java.util.Map
Share : |
