Test Java
Test Java with answers to assess your knowledge and prepare for job interviews. Assess your technical level in 20 minutes.
My Results
Test details
Java is an Open Source programming language that has become widely used over the past 15 years.
Here is our most famous language test, it covers a wide range of skills such as:
- Understanding of the basic concepts of the Java language (classes, interfaces, inheritance, encapsulation, overloading, polymorphism).
- Knowledge of access modifiers (public, private, protected) and keywords (final, static, synchronized, etc.).
- Mastery of Java collections and their implementations (ArrayList, HashMap, HashSet, LinkedHashMap, etc.).
- Knowledge of classes and interfaces for manipulating character strings (String, StringBuilder, etc.).
- Understanding of input/output concepts (InputStream, InputStreamReader, etc.).
- Knowledge of multi-threading concepts (Thread, monitor, synchronization, etc.).
- Understanding of memory management and Garbage Collector (G1, Serial GC, etc.).
- Knowledge of new features in recent versions of Java (Java 11, Java 17).
- Mastery of concepts related to serialization (Serializable, Externalizable, etc.).
- Familiarity with Design Patterns (Decorator, Visitor, etc.).
We hope you will like it !
Test author : Zenika
Zenika is an IT consulting firm with 550 employees that help companies in their digital transformation. The company has offices in France, Canada, Singapore and now in Morocco. As a link between the organic and digital worlds, our expertise begins with an interface and ends with data storage and exploitation, in agile, devops and secure mode. Sharing, transparency and conviviality are values that belong to Zenika, so it is natural that our community is strongly committed to open source and responsible digital.
zenika.com / jobs.zenika.com / oss.zenika.com
Sample question
Given the following code
int a = 3;
do {
if ((a++ % 5) == 0)
break;
} while (a++ < 15);
How many times "(a++ < 15)"
was evaluated?
Developers ratings
Recommended tests
- Our interview questions for developer
- Our interview questions for Développeur Back-end