You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+249Lines changed: 249 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,58 @@ layout: default
22
22
</a>
23
23
</div>
24
24
25
+
## 💪 Exam Difficulty
26
+
27
+
<divclass="difficulty-section">
28
+
<divclass="difficulty-warning">
29
+
<h4>The Java 21 OCP exam is challenging - even for experts</h4>
30
+
<p>Multiple attempts are common and nothing to be ashamed of. Learn from real experiences:</p>
31
+
</div>
32
+
33
+
<divclass="experiences-grid">
34
+
<div class="experience-card expert">
35
+
<div class="expert-info">
36
+
<strong>Jeanne Boyarsky</strong>
37
+
<span class="credentials">Java Champion • Co-author of the OCP Guide</span>
38
+
</div>
39
+
<div class="attempt-results">
40
+
<span class="attempt failed">1st: ❌ 62%</span>
41
+
<span class="attempt passed">2nd: ✅ 74%</span>
42
+
</div>
43
+
</div>
44
+
45
+
<div class="experience-card expert">
46
+
<div class="expert-info">
47
+
<strong>Scott Selikoff</strong>
48
+
<span class="credentials">Co-author of the OCP Guide</span>
49
+
</div>
50
+
<div class="attempt-results">
51
+
<span class="attempt passed">1st: ✅ Passed</span>
52
+
<span class="note">Called it "very difficult"</span>
53
+
</div>
54
+
</div>
55
+
56
+
<div class="experience-card developer">
57
+
<div class="expert-info">
58
+
<strong>Experienced Developer</strong>
59
+
<span class="credentials">5+ years Java • Had OCP 11 & 17</span>
60
+
</div>
61
+
<div class="attempt-results">
62
+
<span class="attempt failed">1st: ❌ 48%</span>
63
+
<span class="attempt passed">2nd: ✅ 70%</span>
64
+
</div>
65
+
</div>
66
+
</div>
67
+
68
+
<pclass="difficulty-message">
69
+
<strong>Key takeaway:</strong> Even Java experts and book authors struggled with this exam. Prepare thoroughly, expect a challenge, and don't give up after one attempt.
70
+
</p>
71
+
72
+
<pclass="experiences-source">
73
+
<small>Experiences sourced from public blogs and community forums including <a href="https://coderanch.com" target="_blank">CodeRanch</a></small>
0 commit comments