-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathResources.txt
42 lines (35 loc) · 1.67 KB
/
Resources.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Resources
---------
Quiztool:
http://[email protected]/quiz-tool/
Github repo (remember this will vanish in two weeks)
https://github.com/SimonHGR/SafariJava11Cert
Recording
- about 24 hours
- get an email notifying
- follow the same link you came here with
Pre-recorded video (~20 hours)
- OCA Java 8 only (I'm working on the update which will be in sections) but all 8 is relevant for 11!
- Slower, more complete
- https://learning.oreilly.com/videos/oca-java-se/9780134427201
- Other videos:
- Functional programming with Java: https://learning.oreilly.com/videos/functional-programming-for/9780134778235
- Java Collections: https://learning.oreilly.com/videos/modern-java-collections/9780134663524
- And several other live classes
Oracle Java Magazine
- https://blogs.oracle.com/javamagazine/
- https://blogs.oracle.com/javamagazine/issue-archives
- Look for the "fix this" column in the older style issues, focused on exam-like questions with discussions of the answers and how to think about the questions
Java Ranch / Code Ranch
- Forum site that's actually helpful to learners
- Created for, and still heavily focused on, certification
- Lots of resources, book reviews, sample quizzes (caution!)
- JavaRanch.com
- Or direct to the Certification FAQ https://coderanch.com/t/659883/Wiki/Ocjp-Faq
Books
- Sierra and Bates: https://learning.oreilly.com/library/view/oca-java-se/9781260011388/
- Not Java 11 yet (some others are)
Java 11 API documentation:
- https://docs.oracle.com/en/java/javase/11/docs/api/index.html
Java tutorial (Java 8 only, sadly, but excellent for all core material)
- https://docs.oracle.com/javase/tutorial/