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