6 месяцев назад
«Core Java Volume I--Fundamentals (9th Edition) (Core Series)» Cay S. Horstmann, Gary Cornell Fully updated to reflect Java SE 7 language changes, Core Java™, Volume I—Fundamentals, Ninth Edition, is the definitive guide to the Java platform. Designed for serious programmers, this reliable, unbiased, no-nonsense tutorial illuminates key Java language and library features with thoroughly tested code examples. As in previous editions, all code is easy to understand, reflects modern best practices, and is specifically designed to help jumpstart your projects. Volume I quickly brings you up-to-speed on Java SE 7 core language enhancements, including the diamond operator, improved resource handling, and catching of multiple exceptions. All of the code examples have been updated to reflect these enhancements, and complete descriptions of new SE 7 features are integrated with insightful explanations of fundamental Java concepts. You’ll learn all you need to be productive with The Java programming environment Objects, classes, and inheritance Interfaces and inner classes Reflection and proxies Graphics programming Event handling and the event listener model Swing-based user interface components Application and applet deployment Exceptions, logging, assertions, and debugging Generic programming Collections Concurrency, and more For detailed coverage of advanced features, including the new API for file input/output and enhancements to the concurrency utilities, look for Core Java™, Volume II—Advanced Features, Ninth Edition (ISBN-13: 978-0-13-708160-8). Это и многое другое вы найдете в книге Core Java Volume I--Fundamentals (9th Edition) (Core Series) (Cay S. Horstmann, Gary Cornell). Напишите свою рецензию о книге Cay S. Horstmann, Gary Cornell «Core Java Volume I--Fundamentals (9th Edition) (Core Series)» https://izbe.ru/book/537771-core-java-volume-i-fundamentals-9th-edition-core-series-cay-s-horstmann-gary-cornell/
Java Core: Основы самого популярного языка программирования
Java — один из самых востребованных языков программирования в мире, и его сердцем является Java Core — набор базовых концепций, библиотек и технологий, которые делают его мощным и универсальным. В этой статье разберемся, из чего состоит Java Core, почему он важен и как его освоить. Java Core — это фундаментальная часть платформы Java, включающая: - Базовый синтаксис языка. - Принципы объектно-ориентированного программирования (ООП). - Стандартные библиотеки (например, java.lang, java.util). - Механизмы работы с памятью, многопоточностью, исключениями...