📄️ Java Interview Questions 1
Difference between Object-Oriented and Procedure-Oriented: - Procedure-oriented focuses more on each step and its order, object-oriented focuses more on which objects and what capabilities they have - Procedure-oriented is more direct, while object-oriented is easier to reuse, extend and maintain Three Main Characteristics: Encapsulation: Hide internal details, only provide external interfaces
📄️ Java Interview Questions 2
See blog 1. Reduce resource consumption 2. Improve response speed 3. Improve thread manageability corePoolSize: Core thread count, Number of threads created for normal work