Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

JVM Performance Engineering: Inside OpenJDK and the HotSpot Java Virtual Machine (Developer's Library)

Posted By: First1
JVM Performance Engineering: Inside OpenJDK and the HotSpot Java Virtual Machine (Developer's Library)

JVM Performance Engineering: Inside OpenJDK and the HotSpot Java Virtual Machine (Developer's Library) by Monica Beckwith
English | April 26th, 2024 | ISBN: 0134659872 | 397 pages | True PDF | 53.08 MB

Peek Under the Hood of the Complex but Fascinating Java Virtual Machine

Introduction to Java for Beginners

Posted By: eBookRat
Introduction to Java for Beginners

Introduction to Java for Beginners
by Christian Thompson

English | March 8, 2024 | ASIN: B0CXDDGHLY | 390 pages | PNG (.rar) | 23 Mb

Fundamentals of Java Programming (Repost)

Posted By: AvaxGenius
Fundamentals of Java Programming (Repost)

Fundamentals of Java Programming by Mitsunori Ogihara
English | EPUB | 2018 | 514 Pages | ISBN : 3319894900 | 112.1 MB

Making extensive use of examples, this textbook on Java programming teaches the fundamental skills for getting started in a command-line environment. Meant to be used for a one-semester course to build solid foundations in Java, Fundamentals of Java Programming eschews second-semester content to concentrate on over 180 code examples and 250 exercises.

Android Studio Hedgehog Essentials - Java Edition

Posted By: readerXXI
Android Studio Hedgehog Essentials - Java Edition

Android Studio Hedgehog Essentials - Java Edition: Developing Android Apps Using Android Studio 2023.1.1 and Java
by Neil Smyth
English | 2023 | ISBN: 1951442822 | 1605 Pages | PDF (conv) | 59 MB

Mastering Java Programming

Posted By: eBookRat
Mastering Java Programming

Mastering Java Programming: A Comprehensive Guide
by Harshal Gavali

English | November 3, 2023 | ISBN: N/A | ASIN: B0CMMZ3FJG | 111 pages | PDF | 27 Mb

C++ and Java Programming Made Simple

Posted By: eBookRat
C++ and Java Programming Made Simple

C++ and Java Programming Made Simple: A Beginner’s Guide to Programming 2 Books in 1
by Mark Stokes

English | 2023 | ISBN: N/A | ASIN: B0CQ4FNJ6B | 299 pages | PDF | 37 Mb

Mastering Java: From Basics to Advanced The Complete Java Journey: Concepts and Practice

Posted By: eBookRat
Mastering Java: From Basics to Advanced The Complete Java Journey: Concepts and Practice

Mastering Java: From Basics to Advanced The Complete Java Journey: Concepts and Practice: Essential Java Programming: A Practical Approach
by Success Kpk

English | December 13, 2023 | ISBN: N/A | ASIN: B0CQ7ZMB39 | 281 pages | PDF | 37 Mb

Mockito Made Clear

Posted By: First1
Mockito Made Clear

Mockito Made Clear by Ken Kousen
English | January 24th, 2023 | ISBN: 9798888650134 | 151 pages | True EPUB | 1.85 MB

Mockito is the most popular framework in the Java world for automating unit testing with dependencies. Learn the Mockito API and how and when to use stubs, mocks, and spies. On a deeper level, discover why the framework does what it does and how it can simplify unit testing in Java. Using Mockito, you'll be able to isolate the code you want to test from the behavior or state of external dependencies without coding details of the dependency. You'll gain insights into the Mockito API, save time when unit testing, and have confidence in your Java programs.

Java Puzzlers: Traps, Pitfalls, and Corner Cases

Posted By: First1
Java Puzzlers: Traps, Pitfalls, and Corner Cases

Java Puzzlers: Traps, Pitfalls, and Corner Cases by Joshua Bloch, Neal Gafter
English | June 24th, 2005 | ISBN: 032133678X | 300 pages | True PDF (Retail Copy) | 4.94 MB

How well do you really know Java? Are you a code sleuth? Have you ever spent days chasing a bug caused by a trap or pitfall in Java or its libraries? Do you like brainteasers? Then this is the book for you!

Java Illuminated: An Active Learning Approach, 4th Edition

Posted By: First1
Java Illuminated: An Active Learning Approach, 4th Edition

Java Illuminated: An Active Learning Approach, 4th Edition by Herve J. Franceschi, Julie Anderson
English | September 29th, 2014 | ISBN: 1284045315 | 1240 pages | True EPUB | 119.66 MB

Fully revised and updated to reflect the most recent features in Java 7 and Java 8, Java Illuminated, Fourth Edition is one of the most interactive and user-friendly texts available. Comprehensive but accessible, the text takes a progressive approach to object-oriented programming, allowing students to build on established skills to develop new and increasingly complex classes. Java Illuminated follows an activity-based active learning approach that ensures student engagement and interest.

Grails 2: A Quick-Start Guide

Posted By: First1
Grails 2: A Quick-Start Guide

Grails 2: A Quick-Start Guide by Dave Klein, Ben Klein
English | January 21st, 2014 | ISBN: 1937785777 | 214 pages | True PDF | 11.96 MB

Grails is a full-stack web development framework that enables you to build complete web applications in a fraction of the time and with less code than other frameworks. Grails uses the principle of convention over configuration and the dynamic Groovy programming language.

Learn Functional Programming Without Fear: A Java/Kotlin/OOP teacher takes you to FP, ZIO, and Cats Effect

Posted By: l3ivo
Learn Functional Programming Without Fear: A Java/Kotlin/OOP teacher takes you to FP, ZIO, and Cats Effect

Alvin Alexander, "Learn Functional Programming Without Fear: A Java/Kotlin/OOP teacher takes you to FP, ZIO, and Cats Effect"
English | 2023 | ASIN: B0BYMDLP8P | 321 pages | EPUB | 0.46 MB

Java: Beginner's Guide to Programming Code with Java

Posted By: readerXXI
Java: Beginner's Guide to Programming Code with Java

Java: Beginner's Guide to Programming Code with Java
by Charlie Masterson
English | 2017 | ISBN: 154073403X | 72 Pages | ePUB | 0.15 MB

Functional Programming in Java: Harness the Power of Streams and Lambda Expressions, 2nd Edition

Posted By: First1
Functional Programming in Java: Harness the Power of Streams and Lambda Expressions, 2nd Edition

Functional Programming in Java: Harness the Power of Streams and Lambda Expressions, 2nd Edition by Venkat Subramaniam
English | August 29th, 2023 | ISBN: 1680509799 | 276 pages | True EPUB (Retail Copy) | 2.47 MB

Imagine writing Java code that reads like the problem statement, code that's highly expressive, concise, easy to read and modify, and has reduced complexity. With the functional programming capabilities in Java, that's not a fantasy. This book will guide you from the familiar imperative style through the practical aspects of functional programming, using plenty of examples. Apply the techniques you learn to turn highly complex imperative code into elegant and easy-to-understand functional-style code. Updated to the latest version of Java, this edition has four new chapters on error handling, refactoring to functional style, transforming data, and idioms of functional programming.

Java in a Nutshell, 8th Edition

Posted By: First1
Java in a Nutshell, 8th Edition

Java in a Nutshell, 8th Edition by Benjamin J Evans, Jason Clark, David Flanagan
English | March 21st, 2023 | ISBN: 1098131002 | 482 pages | True PDF | 3.29 MB

This updated edition of the Nutshell guide not only helps experienced Java programmers get the most out of versions through Java 17, it also serves as a learning path for new developers. Chock-full of examples that demonstrate how to take complete advantage of modern Java APIs and development best practices, this thoroughly revised book includes new material on recent enhancements to the Java object model that every developer should know about.