All stupid questions which can't be expected to be answered by a junior engineer.
Developer Java Interview Questions
30,843 developer java interview questions shared by candidates
There are three labeled bags filled with color balls. The labels are all INCORRECT and need to find the correct label with just one pick from one bag.
how would you implement data exchange communication between two projects
Can you store null as key or value in Hashmap
The technical interviewer had me write some code to sort a simple number array.
Explain what inheritance is in Java
Program to reverse a string
Can we use the final keyword with the constructor?
Can you run java program without having JDK...?
asked core java questions. If a method is overloaded in a class in the following way public void fun(Object o){ } public void fun(ArrayList a){ } and is invoked in the following manner obj.fun(null) which method will be invoked.
Viewing 191 - 200 interview questions