Plus d’un million de livres à portée de main !
Bookbot

Kishori Sharan

    Scripting in Java
    Beginning Java 17 Fundamentals
    Learn JavaFX 8
    Beginning Java 8 Fundamentals
    Java 9 Revealed
    Java 13 Revealed
    • Java 13 Revealed

      • 273pages
      • 10 heures de lecture
      5,0(1)Évaluer

      Explore the new Java programming language features and APIs introduced in Java 10 through Java 13. Java 13 Revealed is for experienced Java programmers looking to migrate to Java 13. Author Kishori Sharan begins by covering how to use local variable type inference to improve readability of your code and time-based release versioning of the Java platform to understand the Java release strategy. This book provides extensive coverage of the new HTTP Client APIs, which were introduced in Java 9 as a preview and was made a standard feature in Java 11. New Java features such as launching a single-file source code program and new switch syntax are discussed in detail. What You Will Learn Use local variable type inference to declare local variables using the var restricted type name introduced in Java 10 Take advantage of application class data sharing among JVMs for faster application startup Create HTTP requests, responses, and web sockets with the new HTTP Client APIs Run a single-file Java source code program using the java command without compiling it Apply the new switch statement and expressions to write compact and less error-prone code Work with text blocks in Java code About new APIs, deprecated APIs, and deprecated tools Who This Book Is For Java developers who want to update their Java skills from Java 9 to Java 13.

      Java 13 Revealed
    • Java 9 Revealed

      • 548pages
      • 20 heures de lecture
      3,5(6)Évaluer

      Explore the new Java 9 modules, SDK, JDK, JVM, JShell and more in this comprehensive book that covers what's new in Java 9 and how to use these new features.

      Java 9 Revealed
    • Beginning Java 8 Fundamentals

      • 828pages
      • 29 heures de lecture
      3,6(13)Évaluer

      Beginning Java 8 Fundamentals( Language Syntax Arrays Data Types Objects and Regular Expressions) <> Paperback <> KishoriSharan <> Apress

      Beginning Java 8 Fundamentals
    • Learn JavaFX 8

      Building User Experience and Interfaces with Java 8

      • 1200pages
      • 42 heures de lecture

      Learn JavaFX 8 shows you how to start developing rich-client desktop applications using your Java skills and provides comprehensive coverage of JavaFX 8's features. Each chapter starts with an introduction to the topic at hand, followed by a step-by-step discussion of the topic with small snippets of code. The book contains numerous figures aiding readers in visualizing the GUI that is built at every step in the discussion. The book starts with an introduction to JavaFX and its history. It lists the system requirements and the steps to start developing JavaFX applications. It shows you how to create a Hello World application in JavaFX, explaining every line of code in the process. Later in the book, author Kishori Sharan discusses advanced topics such as 2D and 3D graphics, charts, FXML, advanced controls, and printing. Some of the advanced controls such as TableView, TreeTableView and WebView are covered at length in separate chapters. This book provides complete and comprehensive coverage of JavaFX 8 features; uses an incremental approach to teach JavaFX, assuming no prior GUI knowledge; includes code snippets, complete programs, and pictures; covers MVC patterns using JavaFX; and covers advanced topics such as FXML, effects, transformations, charts, images, canvas, audio and video, DnD, and more. So, after reading and using this book, you'll come away with a comprehensive introduction to the JavaFX APIs as found in the new Java 8 platform

      Learn JavaFX 8
    • Beginning Java 17 Fundamentals

      Object-Oriented Programming in Java 17

      • 999pages
      • 35 heures de lecture

      The book provides a comprehensive introduction to Java 17 LTS, covering essential programming concepts and object-oriented fundamentals crucial for Java development. Authors Kishori Sharan and Adam L. Davis guide readers through writing their first Java program, ensuring a hands-on learning experience. With this practical foundation, readers will be well-prepared to delve into the core aspects of the Java language, making it suitable for beginners and those looking to solidify their programming skills.

      Beginning Java 17 Fundamentals
    • Scripting in Java

      • 388pages
      • 14 heures de lecture

      Scripting in Java teaches you how to use the Java Scripting API and JavaScript to execute scripts and take advantage of the features of a scripting language while developing Java applications.

      Scripting in Java
    • Java Language Features

      • 895pages
      • 32 heures de lecture

      Work with essential and advanced features of the Java programming language such as Java modules development, lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, and more. Author Kishori Sharan provides over 50 diagrams and 290 complete programs to help you visualize and better understand the topics covered in this book. Java Language Features, Second Edition starts with a series of chapters on the essential language features provided by Java, including annotations, reflection, and generics. These topics are then complemented by details of how to use lambda expressions, allowing you to build powerful and efficient Java programs. The chapter on threads follows this up and discusses everything from the very basic concepts of a thread to the most advanced topics such as synchronizers, the fork/join framework, and atomic variables. This book contains unmatched coverage of Java NIO, the Stream API, the Path API, the FileVisitor API, the watch service, and asynchronous file I/O. With this in-depth knowledge, your data- and file-management programs will be able to take advantage of every feature of Java's powerful I/O framework and much more. Additionally, three appendices are available for free via the Download Source Code on apress.com. These appendices will give you a head start on the most important features of Java 10 and the new Java versioning scheme. -- Provided by publisher

      Java Language Features