Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Java: A Beginner`s Guide, Eighth Edition, Schildt Herbert


Варианты приобретения
Цена: 4975.00р.
Кол-во:
 о цене
Наличие: Отсутствует. Возможна поставка под заказ.

При оформлении заказа до: 2025-08-04
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Schildt Herbert
Название:  Java: A Beginner`s Guide, Eighth Edition
Перевод названия: Герберт Шилдт: Язык Java. Руководство для начинающих, 8-ое изд.
ISBN: 9781260440218
Издательство: McGraw-Hill
Классификация:
ISBN-10: 1260440214
Обложка/Формат: Hardcover
Страницы: 752
Вес: 1.00 кг.
Дата издания: 05.11.2018
Язык: English
Издание: 8 ed
Иллюстрации: 30 illustrations, unspecified; 30 illustrations, unspecified
Размер: 188 x 231 x 36
Читательская аудитория: General (us: trade)
Рейтинг:
Поставляется из: Англии
Описание: A practical introduction to Java programming--fully revised for Java SE 11
Thoroughly updated for Java Platform Standard Edition 11, this hands-on resource shows, step by step, how to get started programming in Java from the very first chapter. Written by Java guru Herbert Schildt, the book starts with the basics, such as how to create, compile, and run a Java program. From there, you will learn essential Java keywords, syntax, and commands.
Java: A Beginners Guide, Eighth Edition covers the basics and touches on advanced features, including multithreaded programming, generics, Lambda expressions, and Swing. Enumeration, modules, and interface methods are also clearly explained. This Oracle Press guide delivers the appropriate mix of theory and practical coding necessary to get you up and running developing Java applications in no time.
-Clearly explains all of the new Java SE 11 features-Features self-tests, exercises, and downloadable code samples-Written by bestselling author and leading Java authority Herbert Schildt



Java: The Complete Reference, Tenth Edition

Автор: Schildt Herbert
Название: Java: The Complete Reference, Tenth Edition
ISBN: 1259589331 ISBN-13(EAN): 9781259589331
Издательство: McGraw-Hill
Цена: 7549.00 р.
Наличие на складе: Поставка под заказ.

Описание:

The Definitive Java Programming Guide

Supplement for key JDK 10 new features available from book's Downloads & Resources page at OraclePressBooks.com.

Fully updated for Java SE 9, Java: The Complete Reference, Tenth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Swing, JavaFX, JavaBeans, and servlets are examined and numerous examples demonstrate Java in action. Of course, the new module system added by Java SE 9 is discussed in detail. This Oracle Press resource also offers an introduction to JShell, Java's new interactive programming tool.

Coverage includes:

-Data types, variables, arrays, and operators

-Control statements

-Classes, objects, and methods

-Method overloading and overriding

-Inheritance

-Interfaces and packages

-Exception handling

-Multithreaded programming

-Enumerations, autoboxing, and annotations

-The I/O classes

-Generics

-Lambda expressions

-Modules

-String handling

-The Collections Framework

-Networking

-Event handling

-AWT

-Swing and JavaFX

-The Concurrent API

-The Stream API

-Regular expressions

-JavaBeans

-Servlets

-Much, much more

Code examples in the book are available for download at www.OraclePressBooks.com.

TAG: For a complete list of Oracle Press titles, visit www.OraclePressBooks.com.




Java 7 the complete reference

Автор: Schildt Herbert
Название: Java 7 the complete reference
ISBN: 0071606300 ISBN-13(EAN): 9780071606301
Издательство: McGraw-Hill
Рейтинг:
Цена: 7892.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: The Definitive Java Programming Guide

In "Java: The Complete Reference, Eighth Edition," bestselling programming author Herb Schildt shows you everything you need to develop, compile, debug, and run Java programs. Updated for Java Platform, Standard Edition 7 (Java SE 7), this comprehensive volume covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key elements of the Java API library. JavaBeans, servlets, applets, and Swing are examined and real-world examples demonstrate Java in action. In addition, new Java SE 7 features such as try-with-resources, strings in switch, type inference with the diamond operator, NIO.2, and the Fork/Join Framework are discussed in detail.

Coverage includes: Data types and operators Control statements Classes and objects Constructors and methods Method overloading and overriding Interfaces and packages Inheritance Exception handling Generics Autoboxing Enumerations Annotations The try-with-resources statement Varargs Multithreading The I/O classes Networking The Collections Framework Applets and servlets JavaBeans AWT and Swing The Concurrent API Much, much more

Java: The Complete Reference, Eleventh Edition

Автор: Schildt Herbert
Название: Java: The Complete Reference, Eleventh Edition
ISBN: 1260440230 ISBN-13(EAN): 9781260440232
Издательство: McGraw-Hill
Рейтинг:
Цена: 7549.00 р.
Наличие на складе: Поставка под заказ.

Описание: The Definitive Java Programming Guide
Fully updated for Java SE 11, Java: The Complete Reference, Eleventh Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and fundamental programming principles. You'll also find information on key portions of the Java API library, such as I/O, the Collections Framework, the stream library, and the concurrency utilities. Swing, JavaBeans, and servlets are examined and numerous examples demonstrate Java in action. Of course, the very important module system is discussed in detail. This Oracle Press resource also offers an introduction to JShell, Java's interactive programming tool. Best of all, the book is written in the clear, crisp, uncompromising style that has made Schildt the choice of millions worldwide.
Coverage includes:
-Data types, variables, arrays, and operators-Control statements-Classes, objects, and methods-Method overloading and overriding-Inheritance-Local variable type inference-Interfaces and packages-Exception handling-Multithreaded programming-Enumerations, autoboxing, and annotations-The I/O classes-Generics-Lambda expressions-Modules-String handling-The Collections Framework-Networking-Event handling-AWT-Swing -The Concurrent API-The Stream API-Regular expressions-JavaBeans-Servlets-Much, much more
Code examples in the book are available for download at www.OraclePressBooks.com.

Einfuhrung in die technische informatik

Автор: Schildt, Gerhard Helge Kahn, Daniela Kruegel, Christopher Moerz, Christian
Название: Einfuhrung in die technische informatik
ISBN: 3211243461 ISBN-13(EAN): 9783211243466
Издательство: Неизвестно
Рейтинг:
Цена: 13447.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Das Buch gibt eine leicht verst ndliche Einf hrung in die Thematik der Technischen Informatik, die heute f r das Verst ndnis technischer Hard- und Softwaresysteme unverzichtbar ist. Zahlreiche Abbildungen sollen technische Zusammenh nge in Computersystemen verdeutlichen. Folgende Themenbereiche werden behandelt: - Entwurf logischer Schaltungen - Very High Speed Integrated Circuit Hardware Description Language (VHDL) - Endliche Automaten - Mikroprozessoren - Computersysteme - Betriebssysteme und Systemsoftware - Programmprozesse - Speicherverwaltung - Interprozess-Kommunikation - Netzwerke - Resource-Management - Sicherheit in Betriebssystemen Die Neuauflage wurde um ein Kapitel ber USB und Firewire sowie um eines ber Netzwerke erg nzt. Das Kapitel "Betriebssysteme" wurde um einen Abschnitt "Sicherheit" erweitert.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия