Java: The Complete Reference, Eleventh Edition

Java: The Complete Reference, Eleventh Edition
ISBN-10
1260440249
ISBN-13
9781260440249
Category
Computers
Language
English
Published
2018-12-14
Publisher
McGraw Hill Professional
Author
Herbert Schildt

Description

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.

Other editions

Similar books

  • TCP/IP Sockets in Java: Practical Guide for Programmers
    By Michael J. Donahoo, Kenneth L. Calvert

    This book's focused, tutorial-based approach helps the reader master the tasks and techniques essential to virtually all client-server projects using sockets in Java.

  • Java for Artists: The Art, Philosophy, and Science of Object-oriented Programming
    By Rick Miller, Raffi Kasparian

    JFrame inherits the setBounds() method from java.awt.Component (see table 12-1). The parameters to the set- Bounds() method are in pixels and are interpreted in the coordinate system of the component's container, which is in this case ...

  • Java For Dummies
    By Barry Burd

    This new edition of the bestselling Java guide covers the key features that are new in Java 9, including JShell. The book also includes practice questions and exercises to help readers reinforce their understanding of Java programming.

  • Java :: The Complete Core Reference for the Really Impatient.
    By Harry. H. Chaudhary., Java Guru.

    Java 8 Functional interface, || Stream and Time API in Java 8. , I promise this book will make you expert level champion of java. Anyone can learn java through this book at expert level.

  • The Cucumber Book: Behaviour-Driven Development for Testers and Developers
    By Matt Wynne, Aslak Hellesoy, Steve Tooke

    You need Cucumber: a testing, communication, and requirements tool-all rolled into one. All the code in this book is updated for Cucumber 2.4, Rails 5, and RSpec 3.5.

  • Java Threads: Understanding and Mastering Concurrent Programming
    By Scott Oaks, Henry Wong

    This book discusses problems like deadlock, race conditions, and starvation in detail, helping you to write code without hidden bugs.Java Threads, Third Edition, has been thoroughly expanded and revised.

  • Think Java: How to Think Like a Computer Scientist
    By Allen B. Downey, Chris Mayfield

    The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you’ll also discover how to use programming as a means to an end.

  • Java for Absolute Beginners: Learn to Program the Fundamentals the Java 9+ Way
    By Iuliana Cosmina

    With this book you’ll be able to pick up the concepts without fuss. Java for Absolute Beginners teaches Java development in language anyone can understand, giving you the best possible start.

  • Beginning Java Programming: The Object-Oriented Approach
    By Bart Baesens, Seppe vanden Broucke, Aimee Backiel

    Based on classes taught by the authors, the book starts with the basics and gradually builds into more advanced concepts.

  • Key Java: Advanced Tips and Techniques
    By John Hunt, Alexander G. McManus

    When optimizing Java code , programmers naturally focus on improving performance . After all , the most common criticism levelled at Java is its relative lack of speed . There is , however , another side to optimization - that of ...