Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 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 31 1

On Java 8

Posted By: igor_lv
On Java 8

On Java 8 by Bruce Eckel
English | 2017 | ISBN: 0981872522 | EPUB | 1024 pages | 12 Mb
Programming

This book teaches the most modern form of Java programming using the features in the 8th version of that language. With the advent of Java 8, the language has changed significantly enough that new Java code feels and reads differently. his justified the two-year effort of creating a new book. On Java 8 is designed for someone with a basic foundation in programming.

This book assumes you have some programming familiarity, so you understand:
A program is a collection of statements
The idea of a subroutine/function/macro
Control statements such as “if” and looping constructs such as “while”
Etc.

All the source code for this book is available as copyrighted freeware, distributed via Github.