Salesforce Administrator Certification Guide
·9 min read
Everything you need to sit the Salesforce Administrator exam — current name, format, cost, topics, registration, and renewal rules, verified for 2026.
Continue readingA single-exam deep dive into the Oracle Java SE Programmer certification — what the exam asks, which objectives matter most, and how to prepare to pass.

Picture the question that decides your pass. Twenty lines of Java on screen: a sealed interface, a switch over a record pattern, a stream collecting into an unmodifiable list. Five answer options — two different outputs, two different exceptions, and "does not compile". No IDE, no red squiggle, no compiler to lean on. That is the Java SE Programmer exam in miniature: it certifies that you can be the compiler, and everything about preparing for it follows from that.
The credential at stake is the Oracle Certified Professional (OCP): Java SE Developer — the exam long known as the Java SE Programmer certification. As of 2026, the current exam is 1Z0-830, based on Java 21; its Java 17 predecessor, 1Z0-829, was still being sold alongside it through 2025, though whether it remains bookable today is something to confirm on Oracle's live exam pages before you plan around it. Either exam costs $245 USD (list price, varying by country), requires no prerequisite, and yields a certification that never expires. This guide covers exactly one thing: this exam — its format, its objectives, and a preparation approach built around how it actually asks questions. For the wider family view — how the Java 17 and 21 exams relate, the history of the retired OCA step, and whether certifying makes career sense for you — see the Oracle Java certification guide.
Here is what can be stated with confidence, and where you should double-check the live page:
A caution about question-count and timing numbers you will find elsewhere online: much of it describes retired exams or mirrors other prep sites. When a detail affects your exam-day plan — above all the clock — take it from Oracle's page for the specific exam code you booked, not from any third party.
Oracle publishes an objectives list for each exam code, and the single best preparation decision you can make is to work from it directly rather than from a course's table of contents. But the list rewards interpretation — the objectives are not equally weighted in practice, and they hide difficulty in plain phrasing. For 1Z0-830, the blueprint spans the core language plus Java 21-era features; here is how the major areas actually behave in the exam room.
Operators, control flow, casting, scope, initialisation order, string immutability. Working developers skim this area because it feels beneath them — and it is precisely where the exam farms wrong answers. A question is rarely "about" integer promotion; it is about a stream pipeline that quietly contains one. Treat the fundamentals as the exam's ambient trap layer: every question tests them, whatever its headline topic.
Expect functional-style code everywhere, not just in questions labelled as such. You need to read flatMap, collectors and method references as fluently as a for-loop, and to know the small print — which operations are lazy, which functional interface a lambda actually targets, what a collector returns. If your production codebase uses streams lightly, budget disproportionate study time here.
The blueprint covers classic concurrency — threads, executors, synchronisation, the memory-visibility basics — and, on the Java 21 exam, virtual threads. Concurrency questions are answerable with rules, not intuition: which operations block, what join does, what happens to an unhandled exception in a task. Learn the rules as rules.
Records, sealed classes and interfaces, pattern matching for switch, and (on 1Z0-830) sequenced collections. These are the areas where the current exam differs most from its ancestors, and where pre-2022 study materials silently fail you. The exam probes the edges: what a record's compact constructor may do, which subtypes a sealed hierarchy permits, when a switch over patterns must be exhaustive.
The module system, java.base, and command-line basics appear less often but reliably. Most candidates have never written a module-info.java at work; an afternoon of hands-on practice with a two-module toy project converts this from guaranteed lost marks into cheap ones.
Three mechanics shape exam-day performance more than any content area:
Study method across all Oracle tracks has its own home in how to prepare for Oracle certification exams; what follows is the sequence tuned to this exam's particular shape.
For a calendar version of this sequence — topics mapped week by week — use the Oracle Java certification study plan.
Book the exam when you can honestly tick all of these:
Two or more unticked boxes means the $245 is safer in your pocket for another few weeks — there is no bundled retake at list price.
Collectors.teeing is still zero coverage of those objectives. The blueprint, not your CV, defines the syllabus.How this exam's difficulty compares with Oracle's database and cloud exams is a question for the how hard are Oracle certification exams article; the short version is that its reputation is earned but survivable with the sequence above.
No. The old OCA step disappeared from the Java 11 era onward — a single exam takes you straight to Oracle Certified Professional. Anything telling you otherwise predates the current path.
No. Java SE certifications are valid indefinitely. Oracle retires exam codes, but an OCP earned on Java 17 or Java 21 remains a valid credential permanently, with nothing to renew.
Yes — via Oracle University and Pearson VUE, either online proctored at home or in a test centre. Remember that an exam purchase must typically be scheduled within six months of buying it.
If both are on sale when you book, Java 21 is the default for new candidates and Java 17 suits those with version-specific reasons — the full decision framework, factor by factor, is in the Oracle Java certification guide. Confirm 1Z0-829's availability on Oracle's site before choosing it, as its status in late 2026 is not certain.
The Java SE Programmer certification rewards a specific, trainable skill: reading unfamiliar Java with a compiler's paranoia under a clock. Everything in your preparation should serve that skill — objectives-first study, IDE-free practice, per-domain question analysis and full-length timed rehearsal. When the readiness checklist above is fully ticked, the exam stops being a gamble and becomes a formality you have already rehearsed a dozen times. Verify your exam code's format details on Oracle's live page, benchmark once more under time, and book the seat.
Exam facts in this guide were checked against official certification-provider pages on . Fees, exam codes and policies change — confirm on the provider’s own site before you book.
Put it into practice
Reading about an exam only takes you so far. Work through practice questions for your certification and find the gaps before exam day does.
·9 min read
Everything you need to sit the Salesforce Administrator exam — current name, format, cost, topics, registration, and renewal rules, verified for 2026.
Continue reading·10 min read
Every credential on the Salesforce developer track — Platform Developer, Developer II and the architect tiers — with costs, prerequisites and a sensible order.
Continue reading·9 min read
How the Salesforce Platform App Builder exam works: five domains, no prerequisites, US$200 fee, and a build-first prep sequence for declarative developers.
Continue reading