Senior Java Developer

Is this your test? Login to manage it. If not, you can make a test just like it.

This is a non-interactive preview of the quiz content.

1.
HashMap internally uses HashSet?
2.
Unsigned primitive types:
3.
Exception class implements Serializable interface directly?
4.
If you have multiple user threads running, which method can be used to give a chance to the lower priority thread for execution?
5.
Which tool provides the most fine grain control over the build process?
6.
You can create a collection of test cases in JUnit by using?
7.
It is best to provide a very large value for initial capacity for ArrayList in all application as we don’t want un-necessary memory allocation processing?
8.
When you implement Serializable interface, it is mandatory for the developer to provide a UID for this class?
9.
In a Java test program, developer has added two overloaded public non-static methods to a class. The two methods may not be always:
10.
Joshua Bloch has not contributed to which API?