From b301a01f1512f53ed79485b2404881836707ca77 Mon Sep 17 00:00:00 2001 From: gsiri007 <216904534+gsiri007@users.noreply.github.com> Date: Mon, 20 Oct 2025 07:46:00 +0530 Subject: [PATCH] Removed 403 Forbidden - Object-Oriented Programming in JavaTM Textbook (#12667) --- books/free-programming-books-langs.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 99521544a..6567c3969 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1,4 +1,4 @@ -## BY PROGRAMMING LANGUAGE +## BY PROGRAMMING LANGUAGE Originally, this list included a section called "Language Agnostic" for books about programming subjects not restricted to a specific programming language. That section got so big, we decided to split it into its own file, the [BY SUBJECT file](free-programming-books-subjects.md). @@ -1082,7 +1082,6 @@ Books on general-purpose programming that don't focus on a specific language are * [Learn Java for FTC](https://github.com/alan412/LearnJavaForFTC) - Alan Smith (PDF) * [Learning Java Language](https://riptutorial.com/Download/java-language.pdf) - Compiled from StackOverflow Documentation (PDF) * [Microservices Best Practices for Java](https://www.redbooks.ibm.com/redbooks/pdfs/sg248357.pdf) (PDF) -* [Object-Oriented Programming in JavaTM Textbook](http://computing.southern.edu/halterman/OOPJ/) - Rick Halterman (PDF per Chapter) * [OOP - Learn Object Oriented Thinking & Programming](http://pub.bruckner.cz/titles/oop) - Rudolf Pecinovsky (PDF) * [Open Data Structures (in Java)](http://opendatastructures.org/ods-java.pdf) - Pat Morin (PDF) (CC BY) * [Playing with Java Microservices on Kubernetes and OpenShift](https://leanpub.com/playing-with-java-microservices-on-k8s-and-ocp) - Nebrass Lamouchi