Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Interview Questions and Answers for 'Bnp pariba' - 3 question(s) found - Order By Newest | ||||
| ||||
| Ans. Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper classes | ||||
| ||||
| Ans. This is the exception that is thrown when we try to modify the non concurrent collection class while iterating through it. | ||||
| ||||
| Ans. It is used to sort collections and arrays of objects using the collections.sort() and java.utils. The objects of the class implementing the Comparable interface can be ordered. | ||||
a. Set b. List c. Map d. Any Collection implementation | ||||