- Modular Programming in Java 9
- Koushik Kothagal
- 89字
- 2021-07-02 18:38:25
Examining the legacy JDK
Java has been around for over two decades now. For the most part of its lifetime, there have been a few things that haven't changed. Let's focus our attention on two aspects of the JDK the way they were in Java 8 or earlier:
- The JRE structure: The file and directory structure that Java Runtime Environment (JRE) is installed as when it is set up on a computer
- The state of API encapsulation: The differences between the public Java APIs and the internal platform classes
推薦閱讀
- C及C++程序設計(第4版)
- Objective-C Memory Management Essentials
- Apache ZooKeeper Essentials
- Modular Programming with Python
- 密碼學原理與Java實現
- Manga Studio Ex 5 Cookbook
- Practical Internet of Things Security
- Arduino開發實戰指南:LabVIEW卷
- Magento 2 Development Cookbook
- Servlet/JSP深入詳解
- 網絡爬蟲原理與實踐:基于C#語言
- Hands-On Microservices with Kotlin
- Swift語言實戰精講
- Web Development with MongoDB and Node(Third Edition)
- 精通Python自動化編程