Test your Java across core syntax and types, methods/overloading/scope, collections/generics/control flow, and exceptions/concurrency/idioms. 30 code-reading questions, instant score by category, free with no signup.
No signup needed — your result appears instantly.
It spans beginner through expert in one sitting. The early questions cover things every Java user meets — == vs .equals, Integer autoboxing, overflow. The later ones go into overload resolution, generics and collections, exceptions, concurrency and Stream laziness. Your score places you in one of four tiers, and the tier names are deliberately the ones job postings use.
No. Every question is written against core language behaviour that has been stable across modern Java versions — object identity, the collections framework, the exception hierarchy and basic concurrency primitives. Nothing here depends on a version-specific API.
It samples the same kind of read-and-predict reasoning most employer screens open with, in the same short-snippet format, which is why it works as preparation. It is not a copy of any specific employer test, and a good score here is not a certificate. What it does tell you is which of the four areas you would lose marks in, which is the useful thing to know before a technical interview.
About six minutes. There is no timer on individual questions — the test measures whether you know what the code does, not how fast you can click. You can think about a question for as long as you like.
Taking our test should not be viewed as a comprehensive or precise evaluation of your abilities. Results are for informational and self-reflection purposes only.
Test your Java across core syntax and types, methods/overloading/scope, collections/generics/control flow, and exceptions/concurrency/idioms. 30 code-reading questions, instant score by category, free with no signup.
This is a scenario-based Java test: 30 short code snippets, each followed by a question about what actually happens when it runs. A String comparison with == that quietly checks references instead of content. An Integer autoboxing cache that makes == appear to work below 128 and silently fail above it. A finally block that overrides a return value without anyone noticing. You pick the answer that matches what the code actually prints or does, not what looks like it should happen.
The 30 questions cover four areas — core syntax and types, methods/overloading/scope, collections/generics/control flow, and exceptions/concurrency/idioms. Those four are the places where reading code and running code quietly diverge, and where a job posting's Strong Java usually turns out to mean something specific once you are in the interview. You get a score in each area, so a weak spot shows up as a weak spot rather than as a lower total.
It takes about six minutes, there is no signup, and there is no code to write or compile — every question is read-and-predict, the same way a senior engineer reviews a pull request. Knowing the syntax and knowing what a specific snippet does at runtime are different skills, and this measures the second one.
See which of the four Java areas is actually holding you back
Get a breakdown by category — syntax/types, methods/scope, collections/generics, exceptions/concurrency
Find out which tier you are in: beginner, intermediate, advanced or expert
Compare where you sit against what job postings mean by strong Java
You create two String objects: String a = new String("cat"); String b = new String("cat"); What does a == b evaluate to?
30 questions, 6 min. Auto-advance — no manual Next.
Instant breakdown of your profile. Free, shareable, saved if you sign in.
Premium unlocks the full report — careers, strengths, growth paths.
Test your Java across core syntax and types, methods/overloading/scope, collections/generics/control flow, and exceptions/concurrency/idioms. 30 code-reading questions, instant score by category, free with no signup.
No signup needed — your result appears instantly.
It spans beginner through expert in one sitting. The early questions cover things every Java user meets — == vs .equals, Integer autoboxing, overflow. The later ones go into overload resolution, generics and collections, exceptions, concurrency and Stream laziness. Your score places you in one of four tiers, and the tier names are deliberately the ones job postings use.
No. Every question is written against core language behaviour that has been stable across modern Java versions — object identity, the collections framework, the exception hierarchy and basic concurrency primitives. Nothing here depends on a version-specific API.
It samples the same kind of read-and-predict reasoning most employer screens open with, in the same short-snippet format, which is why it works as preparation. It is not a copy of any specific employer test, and a good score here is not a certificate. What it does tell you is which of the four areas you would lose marks in, which is the useful thing to know before a technical interview.
About six minutes. There is no timer on individual questions — the test measures whether you know what the code does, not how fast you can click. You can think about a question for as long as you like.