- 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
推薦閱讀
- 數據科學實戰手冊(R+Python)
- 一步一步學Spring Boot 2:微服務項目實戰
- 精通Nginx(第2版)
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Rake Task Management Essentials
- Developing Middleware in Java EE 8
- Implementing Cisco Networking Solutions
- C語言程序設計立體化案例教程
- Visual Basic程序設計習題解答與上機指導
- Mastering Drupal 8 Views
- Procedural Content Generation for C++ Game Development
- Learning Ionic
- AMP:Building Accelerated Mobile Pages
- Access數據庫應用教程(2010版)
- Java設計模式深入研究