JDK Tutorials - Herong's Tutorial Examples
Title | JDK Tutorials - Herong's Tutorial Examples PDF eBook |
Author | Herong Yang |
Publisher | HerongYang.com |
Pages | 490 |
Release | 2022-01-15 |
Genre | Computers |
ISBN |
This book is a collection of tutorial notes and sample codes written by the author while he was learning JDK (Java Development Kit) core libraries himself. Topics include Time and Calendar, Internationalization, Unnamed Packages, Collections, Character Set and Encoding, Logging, XML related technologies: DOM, SAX, DTD, XSD, and XSL, Cryptography, Certificates, Key stores, Cipher and Encryption, Socket communication, SSL and HTTPS. Updated in 2024 (Version v6.32) with JDK 20. For latest updates and free sample chapters, visit https://www.herongyang.com/JDK.
Java GC Tutorials - Herong's Tutorial Examples
Title | Java GC Tutorials - Herong's Tutorial Examples PDF eBook |
Author | Herong Yang |
Publisher | HerongYang.com |
Pages | 667 |
Release | 2019-09-07 |
Genre | Computers |
ISBN |
This book is a collection of tutorial notes and sample codes written by the author while he was learning JVM GC (Garbage Collection) processes. Topics include Java Garbage Collectors, STW (Stop-The-World), Serial Collector, Parallel Collector, Concurrent Collector, G1 Collector, GC Algorithms, Generational GC, Regional GC, Heap Memory Management, Young/New Generation, Tenured/Old Generation, Object Reference, Eden Space, Survivor Spaces, Minor GC, Major GC, Full GC, Performance Tuning, Throughput/Latency Performance, Heap Footprint. Updated in 2024 (Version v1.12) with minor updates. For latest updates and free sample chapters, visit https://www.herongyang.com/Java-GC.
JVM Tutorials - Herong's Tutorial Examples
Title | JVM Tutorials - Herong's Tutorial Examples PDF eBook |
Author | Herong Yang |
Publisher | HerongYang.com |
Pages | 362 |
Release | 2020-10-10 |
Genre | Computers |
ISBN |
This book is a collection of notes and sample codes written by the author while he was learning JVM himself. Topics include JVM (Java Virtual Machine) Architecture and Components; Oracle JVM implementation - HotSpot; Eclipse JVM implementation - Eclipse OpenJ9; java.lang.Runtime - The JVM Instance class; Loading Native Libraries; java.lang.System - Representing Operating System; java.lang.ClassLoader - Loading class files; java.lang.Class - Class reflections; Runtime data areas, heap memory and Garbage Collection; Stack, Frame and Stack overflow; Multi-threading impacts on CPU and I/O; CDS (Class Data Sharing); Micro Benchmark tests on different types of operations. Updated in 2024 (Version v5.13) with HotSpot JVM 20. For latest updates and free sample chapters, visit https://www.herongyang.com/JVM.
Unicode Tutorials - Herong's Tutorial Examples
Title | Unicode Tutorials - Herong's Tutorial Examples PDF eBook |
Author | Herong Yang |
Publisher | HerongYang.com |
Pages | 306 |
Release | 2019-01-01 |
Genre | Computers |
ISBN |
This Unicode tutorial book is a collection of notes and sample codes written by the author while he was learning Unicode himself. Topics include Character Sets and Encodings; GB2312/GB18030 Character Set and Encodings; JIS X0208 Character Set and Encodings; Unicode Character Set; Basic Multilingual Plane (BMP); Unicode Transformation Formats (UTF); Surrogates and Supplementary Characters; Unicode Character Blocks; Python Support of Unicode Characters; Java Character Set and Encoding; Java Encoding Maps, Counts and Conversion. Updated in 2024 (Version v5.32) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/Unicode.
JDBC Tutorials - Herong's Tutorial Examples
Title | JDBC Tutorials - Herong's Tutorial Examples PDF eBook |
Author | Herong Yang |
Publisher | HerongYang.com |
Pages | 150 |
Release | 2020-10-10 |
Genre | Computers |
ISBN |
This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Derby database server; using Derby JDBC driver; database connection URLs; introduction to Result Set; Meta Data, Prepared Statement, CLOB, and BLOB; connection pooling with DBCP and C3P0. Updated in 2024 (Version v3.13) with minor changes. For latest updates and free sample chapters, visit https://www.herongyang.com/JDBC.
Cryptography Tutorials - Herong's Tutorial Examples
Title | Cryptography Tutorials - Herong's Tutorial Examples PDF eBook |
Author | Herong Yang |
Publisher | Lulu.com |
Pages | 354 |
Release | 2019-02-15 |
Genre | Computers |
ISBN | 0359434789 |
This cryptography tutorial book is a collection of notes and sample codes written by the author while he was learning cryptography technologies himself. Topics include MD5 and SHA1 message digest algorithms and implementations, DES, Blowfish and AES secret key cipher algorithms and implementations, RSA and DSA public key encription algorithms and implementations, Java and PHP cryptography APIs, OpenSSL, keytool and other cryptography tools, PKI certificates and Web browser supports.Updated in 2019 (Version Version 5.40) with Java 12. For latest updates and free sample chapters, visit http://www.herongyang.com/Cryptography.
Android Tutorials - Herong's Tutorial Examples
Title | Android Tutorials - Herong's Tutorial Examples PDF eBook |
Author | Herong Yang |
Publisher | HerongYang.com |
Pages | 346 |
Release | 2021-05-01 |
Genre | Computers |
ISBN |
This book is a collection of notes and sample codes written by the author while he was learning Android system. Topics include Installing of Android SDK on Windows, Creating and running Android emulators, Developing First Android Application - HelloAndroid, Creating Android Project with 'android' Command, Building, Installing and Running the Debug Binary Package, Inspecting Android Application Package (APK) Files, Using Android Debug Bridge (adb) Tool, Copying files from and to Android device, Understanding Android File Systems, Using Android Java class libraries, Using 'adb logcat' Command for Debugging. Updated in 2023 (Version v3.05) with ADB tutorials. For latest updates and free sample chapters, visit https://www.herongyang.com/Android.