Test description

This test is designed to measure beginner knowledge of Java SE 8, as well as your understanding of the platform’s new features and APIs. Topics: Java Core questions, Java 8 specifics: Method enhancements, Lambda expressions, New date and time API, etc.

Sample questions

1
Which of the following are reserved keywords in Java?
A)    static
B)    abstract
C)    array
D)    class
E)    new