Автор: Horstmann Cay S. Название: Core Java Se 9 for the Impatient ISBN: 0134694724 ISBN-13(EAN): 9780134694726 Издательство: Pearson Education Рейтинг: Цена: 8620.00 р. Наличие на складе: Есть (1 шт.) Описание: Readers familiar with Horstmann's original, two-volume "Core Java" books who are looking for a comprehensive, but condensed guide to all of the new features and functions of Java SE 9 will learn how these new features impact the language and core libraries. Instead of the meticulous detail that the much larger two-volume set provides, this condensed treatment focuses on practical examples and is presented in bite-sized chunks.
As with Java 8, Modern Java idioms are no longer required and there is a much faster, easier pathway for learning Java. Horstmann quickly cuts to the chase without lecturing about the superiority of one paradigm over another or rehashing Java history. Given the size of the Java language and the scope of the new features introduced in Java 9, there is a great deal of new material to cover, but it is presented in small chunks organized so that you can quickly retrieve it when needed. This book covers all aspects of Java that a modern developer needs to know, including modularity, as well as the powerful lambda expressions that were introduced in Java 8. It will also tell you how to find out more about old-fashioned concepts that you might still see in legacy code, but won't dwell on them.
Автор: Horstmann Cay S. Название: Modern JavaScript for the Impatient ISBN: 0136502148 ISBN-13(EAN): 9780136502142 Издательство: Pearson Education Рейтинг: Цена: 6730.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Exploit the Power of Modern JavaScript and Avoid the Pitfalls JavaScript was originally designed for small-scale programming in web browsers, but modern JavaScript is radically different. Nowadays, JavaScript programmers actively embrace functional, object-oriented, and asynchronous programming, while deprecating error-prone concepts from the past. Modern JavaScript for the Impatient is a complete yet concise guide to JavaScript E6 and beyond. Rather than first requiring you to learn and transition from older versions, it helps you quickly get productive with today's far more powerful versions and rapidly move from languages such as Java, C#, C, or C++. Bestselling programming author Cay S. Horstmann covers all you need to know, provided in small chunks organized for quick access and easy understanding. Horstmann's practical insights and sample code help you take advantage of all that's new, avoid common pitfalls and obsolete features, and make the most of modern JavaScript's robust toolchains and frameworks.
Quickly master modern JavaScript's implementation of fundamental programming constructs
Avoid legacy techniques that create unnecessary complexity and risk
Make the most of functional, object-oriented, and asynchronous techniques
Use modules to efficiently organize and run complex programs
Write more powerful, flexible, and concise programs with metaprogramming
Extend JavaScript's power via JavaScript libraries, frameworks, and platforms
Whether you're just getting started with JavaScript or you're an experienced developer, this guide will help you write tomorrow's most robust, efficient, and secure JavaScript code. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Автор: Horstmann Cay S. Название: Core Java, Volume II--Advanced Features ISBN: 0135166314 ISBN-13(EAN): 9780135166314 Издательство: Pearson Education Рейтинг: Цена: 8710.00 р. Наличие на складе: Поставка под заказ.
Описание: The #1 Guide to Advanced Java Programming, Fully Updated for Java 11
Core Java has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications. Now, Core Java, Volume II--Advanced Features, Eleventh Edition, has been updated for Java 11, with up-to-date coverage of advanced UI and enterprise programming, networking, security, and Java's powerful new module system. Cay S. Horstmann explores sophisticated new language and library features with the depth and completeness that readers expect from Core Java. He demonstrates how to use these features to build professional-quality applications, using thoroughly tested examples that reflect modern Java style and best practices, including modularization. Horstmann's examples are carefully crafted for easy understanding and maximum practical value, so you can consistently use them to jump-start your own code.
Master advanced techniques, idioms, and best practices for writing superior Java code
Take full advantage of modern Java I/O APIs, object serialization, and regular expressions
Efficiently connect to network services, implement network clients and servers, and harvest web data
Query databases and manage database connections with the latest version of JDBC
Simplify all aspects of date and time programming with the Java Date and Time API
Write internationalized programs that localize dates, times, numbers, text, and GUIs
Process code in three powerful ways: the scripting API, compiler API, and annotation processing
Learn how to migrate legacy code to the Java Platform Module System
Leverage the modern Java security features most valuable to application programmers
Program advanced client-side user interfaces, and generate images on the server
Use JNI to interoperate with native C code
See Core Java, Volume I--Fundamentals, Eleventh Edition (ISBN-13: 978-0-13-516630-7), for expert coverage of fundamental Java and UI programming, including objects, generics, collections, lambda expressions, Swing design, concurrency, and functional programming. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Автор: Horstmann Cay S., Necaise Rance D. Название: Python for Everyone ISBN: 1119739950 ISBN-13(EAN): 9781119739951 Издательство: Wiley Цена: 27522.00 р. Наличие на складе: Поставка под заказ.
Описание: This book investigates how India was portrayed in British novels and short stories during the heyday of the British Raj. In the tradition of post-colonial studies such as Edward Said’s Orientalism, it will be considered in how far fiction by Rudyard Kipling and other writers supported the institution of the Raj by establishing and spreading certain ideas about the Indian sub-continent and the Indian people. In addition, Said’s claims concerning the consistency of what he labels Orientalist discourse will be challenged to a certain degree, as British authors who lived in India are more likely to present an image of the country that is at least partly more detailed and nuanced than portrayals of the Indian scene created by writers who never saw the sub-continent.
Автор: Horstmann Cay S. Название: Core Java Volume I--Fundamentals ISBN: 0135166306 ISBN-13(EAN): 9780135166307 Издательство: Pearson Education Рейтинг: Цена: 8710.00 р. Наличие на складе: Поставка под заказ.
Описание: The #1 Guide for Serious Programmers: Fully Updated for Java SE 9, 10 & 11
Cay Horstmann's Core Java, Volume I-Fundamentals, Eleventh Edition, is the definitive guide to writing robust, maintainable code with the Java SE 9, 10, and 11 language and libraries. Horstmann writes for serious programmers who use Java in production projects, and need a deep, practical understanding of the language and API. Throughout, he delivers what you need most: hundreds of real (non-toy) examples revealing the most powerful, effective ways to get the job done. Updated examples reflect the new var keyword and take advantage of improvements in the Java API. You'll learn how to use JShell's new Read-Eval-Print Loop (REPL) for more rapid and exploratory development, and apply new features of the APIs for streams, input/output, processes, and concurrency. In this first of two volumes, Horstmann offers in-depth coverage of fundamental Java and UI programming, including object-oriented programming, generics, collections, lambda expressions, Swing design, concurrency, and functional programming. If you're an experienced programmer moving to Java SE 9, 10, or 11, there's no better source for expert insight, solutions, and code.
Master foundational techniques, idioms, and best practices for writing superior Java code
Efficiently implement encapsulation and inheritance
Use sound principles of object-oriented design
Leverage the full power of objects with interfaces, lambda expressions, and inner classes
Harden programs through effective exception handling and debugging
Write safer, more reusable code with generic programming
Improve performance and efficiency with Java's standard collections
Build cross-platform GUIs with the Swing toolkit
Fully utilize multicore processors with Java's improved concurrency
See Core Java, Volume II-Advanced Features, Eleventh Edition (ISBN-13: 978-0-13-516631-4, coming in 2018), for expert coverage of Java 9, 10, and 11 enterprise features, the module system, annotations, networking, security, and advanced UI programming. Register your book for convenient access to downloads, updates, and/or corrections as they become available, including a bonus chapter on JavaFX. See inside book for details.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru