🌐
GitHub
github.com › sudouser777 › Java-The-Complete-Reference-12th-Edition-Source-Code
GitHub - sudouser777/Java-The-Complete-Reference-12th-Edition-Source-Code: Java: The Complete Reference (12th Edition) - Source Code
This repository contains the source code examples from the book "Java: The Complete Reference, 12th Edition" by Herbert Schildt.
Starred by 39 users
Forked by 32 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › topics › java-the-complete-reference-12th-edition
java-the-complete-reference-12th-edition · GitHub Topics · GitHub
November 18, 2023 - To associate your repository with the java-the-complete-reference-12th-edition topic, visit your repo's landing page and select "manage topics."
Discussions

Is Java: The Complete Reference any good for intermediate programming?
Please ensure that: Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions You include any and all error messages in full - best also formatted as code block You ask clear questions You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions. If any of the above points is not met, your post can and will be removed without further warning. Code is to be formatted as code block (old reddit/markdown editor: empty line before the code, each code line indented by 4 spaces, new reddit: https://i.imgur.com/EJ7tqek.png ) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc. Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit. Code blocks look like this: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above. If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures. To potential helpers Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/learnjava
7
18
March 21, 2023
[Book] Java: The Complete Reference, 13th Edition
🌐 r/Scholar
10
19
May 4, 2024
[Book] Java: The Complete Reference, 12th Edition, by Herbert Schildt
where is the download link ? More on reddit.com
🌐 r/Scholar
19
2
September 9, 2023
How good is Java The Complete Reference-Herbert Schild for begineer?
This book is not especially good for self learning. The book by Cay Horstmann is better for beginners learning by themselves...this is my opinion ofcourse More on reddit.com
🌐 r/java
21
39
February 24, 2021
🌐
GitHub
github.com › SaptarshiSarkar12 › Java-Complete-Reference › blob › master › java - the complete reference book.pdf
Java-Complete-Reference/java - the complete reference book.pdf at master · SaptarshiSarkar12/Java-Complete-Reference
This repository is based on a java book uploaded in this repository. The java book is published by oracle. - Java-Complete-Reference/java - the complete reference book.pdf at master · SaptarshiSarkar12/Java-Complete-Reference
Author   SaptarshiSarkar12
🌐
GitHub
github.com › SaptarshiSarkar12 › Java-Complete-Reference
GitHub - SaptarshiSarkar12/Java-Complete-Reference: This repository is based on a java book uploaded in this repository. The java book is published by oracle.
This repository is based on a java book uploaded in this repository. The java book is published by oracle. - SaptarshiSarkar12/Java-Complete-Reference
Starred by 16 users
Forked by 8 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › gnodivad › java-the-complete-reference
GitHub - gnodivad/java-the-complete-reference: Source code for "Java: The Complete Reference, Eleventh Edition" by Herbert Schildt
Source code for "Java: The Complete Reference, Eleventh Edition" by Herbert Schildt - gnodivad/java-the-complete-reference
Starred by 57 users
Forked by 46 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › Nitin96Bisht › Java-Books
GitHub - Nitin96Bisht/Java-Books: Java Books
Java: The Complete Reference - 11th Edition · https://tinyurl.com/y9btoqgd · Java 8 in Action · https://tinyurl.com/ydc6skgy · Head First Java · https://tinyurl.com/ydaozqdo · Data Structures and Algorithms Made Easy in Java · https://tinyurl.com/y7y3xsm3 ·
Starred by 399 users
Forked by 203 users
🌐
Rifatshahriyar
rifatshahriyar.github.io › CSE107.html
Object Oriented Programming Language - Rifat Shahriyar
Java: The Complete Reference, 12th Edition by Herbert Schildt Effective Java, 3rd edition by Joshua Bloch
Find elsewhere
🌐
GitHub
github.com › topics › the-java-complete-reference
the-java-complete-reference · GitHub Topics · GitHub
December 23, 2023 - java herbert-schildt java-book the-java-complete-reference
🌐
GitHub
github.com › sudouser777 › Java-The-Complete-Reference-12th-Edition-Source-Code › pulls
Pull requests · sudouser777/Java-The-Complete-Reference-12th-Edition-Source-Code
Java: The Complete Reference (12th Edition) - Source Code - Pull requests · sudouser777/Java-The-Complete-Reference-12th-Edition-Source-Code
Author   sudouser777
🌐
Accessengineeringlibrary
accessengineeringlibrary.com › content › book › 9781260463415
Java: The Complete Reference | McGraw-Hill Education - Access Engineering
The Definitive Java Programming Guide Fully updated for Java SE 17, Java™: The Complete Reference, Twelfth Edition explains how to develop, compile, debug, and run Java programs.
🌐
Reddit
reddit.com › r/learnjava › is java: the complete reference any good for intermediate programming?
r/learnjava on Reddit: Is Java: The Complete Reference any good for intermediate programming?
March 21, 2023 -

I have read many reviews about Schildt himself and how most of his books (especially his C and C++ books) are marred with errors, bad practices, etc.

My professor, who mostly codes in Java is heavily influenced by his Java: The Complete Reference book though, and has named it a prominent reference book for his course. I went through the book in library, and found his book to be quite good at least for explaining the fundamental concepts.

However, like a fool I bought his C and Java books as they were on sale, and considering the reviews of his C book, I’m starting having doubts if the Java book is the same. So, back to my main question is the Java book really any good?

Top answer
1 of 2
6
I own the 11th edition and it’s OK for the fundamental concepts, but I feel you’d be better off with https://dev.java/ and consulting the Java docs, https://docs.oracle.com/en/java/javase/20/docs/api/java.base/module-summary.html . There is so much fluff in that book. I remember there were sections on outdated concepts too. It’s a reference book so it’s kind of pointless since the Java docs are so good. Also IIRC a lot of the examples use C++ style idioms, which makes the book a hard no recommendation
2 of 2
1
Please ensure that: Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions You include any and all error messages in full - best also formatted as code block You ask clear questions You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions. If any of the above points is not met, your post can and will be removed without further warning. Code is to be formatted as code block (old reddit/markdown editor: empty line before the code, each code line indented by 4 spaces, new reddit: https://i.imgur.com/EJ7tqek.png ) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc. Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit. Code blocks look like this: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above. If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures. To potential helpers Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
🌐
GitHub
github.com › hloong › Java-The-Complete-Reference-Ninth-Edition-SourceCode
GitHub - hloong/Java-The-Complete-Reference-Ninth-Edition-SourceCode: Java-The-Complete-Reference-Ninth-Edition-SourceCode
Java-The-Complete-Reference-Ninth-Edition-SourceCode - hloong/Java-The-Complete-Reference-Ninth-Edition-SourceCode
Starred by 41 users
Forked by 38 users
Languages   Java 100.0% | Java 100.0%
🌐
SIETK College
sietk.org › downloads › javabook.pdf pdf
Java: The Complete Reference
Discover a world of possibilities with over 12+ undergraduate courses at SIETK · Unlock Your Potential with Over 7 Specialized Postgraduate Courses at SIETK
🌐
GitHub
github.com › vaishnav-v › java-free-books
GitHub - vaishnav-v/java-free-books: Free java resources/books pdf for download · GitHub
Free java resources/books pdf for download. Contribute to vaishnav-v/java-free-books development by creating an account on GitHub.
Starred by 14 users
Forked by 2 users
🌐
GitHub
github.com › ved-asole › Study-Materials
GitHub - ved-asole/Study-Materials: All the books for Application Developer · GitHub
All the books for Application Developer. Contribute to ved-asole/Study-Materials development by creating an account on GitHub.
Starred by 56 users
Forked by 42 users