Input: int set1[] = {12, 34, 11, 9, 3} int set2[] = {7, 2, 1, 5, 7} Find if the given sets are disjoint sets(there should not be any common element)
Developer Java Interview Questions
30,898 developer java interview questions shared by candidates
what experience you have in it projects involving java lenaguage.
low salary rate, flexiblae working hours
He asked oops concepts, string and collections questions mainly
Sort list of employees based on their salary
One example: in the same class you have methods with the same names, both with one parameter, first is taking Object and second is taking String. You call the method with null parameter, which method will be called and why? (Would you write a code like this in a real project?)
What are atomic operations in Java?
Code review a provided implementation of a Stack
Want to store unique values in a Java. Which collection i can use here?
Given a field private volatile int count = 0, two threads increment this field at the same time by count++ (once), which possible values can the field have afterwards?
Viewing 2531 - 2540 interview questions