Personnaliser

OK
Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group
ClubR
Euro

Mettre en vente

Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group

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

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre

50,69 €

Produit Neuf

  • Ou 12,67 € /mois

    • Livraison à 0,01 €
    • Livré entre le 4 et le 7 août
    Voir les modes de livraison

    ORIG1

    PRO Vendeur favori

    4,6/5 sur 213 ventes

    Livre de poche,Expédition depuis la Chine; Livraison sous 8-12 jours

    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Java For Absolute Beginners: Learn To Program The Fundamentals The Java 9+ Way de Iuliana Cosmina Format Broché  - Livres

        Note : 0 0 avis sur Java For Absolute Beginners: Learn To Program The Fundamentals The Java 9+ Way de Iuliana Cosmina Format Broché  - Livres

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Java For Absolute Beginners: Learn To Program The Fundamentals The Java 9+ Way de Iuliana Cosmina Format Broché

         - Livres

        Livres - Iuliana Cosmina - 01/12/2018 - Broché - Langue : Anglais

        Auteur(s) : Iuliana CosminaEditeur : ApressLangue : AnglaisParution : 01/12/2018Format : Moyen, de 350g à 1kgNombre de pages : 612Expédition : 1170Dimensions : 25.4 x 17.8 x 3.3 ...

      • Auteur(s) : Iuliana Cosmina
      • Editeur : Apress
      • Langue : Anglais
      • Parution : 01/12/2018
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 612
      • Expédition : 1170
      • Dimensions : 25.4 x 17.8 x 3.3
      • Résumé :
        Write your first code in Java using simple, step-by-step examples that model real-word objects and events, making learning easy. 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. You'll see clear code descriptions and layout so that you can get your code running as soon as possible. After reading this book, you'll come away with the basics to get started writing programs in Java.
        Author Iuliana Cosmina focuses on practical knowledge and getting up to speed quickly-all the bits and pieces a novice needs to get started programming in Java. First, you'll discover how Java is executed, what type of language it is, and what it is good for. With the theory out of the way, you'll install Java, choose an editor such as IntelliJ IDEA, and write your first simple Java program. Along the way you'll compile and execute this program so it can run on any platform that supports Java. As part of this tutorial you'll see how to write high-quality code by following conventions and respecting well-known programming principles, making your projects more professional and efficient.
        Finally, alongside the core features of Java, you'll learn skills in some of the newest and most exciting features of the language: Generics, Lambda expressions, modular organization, local-variable type inference, and local variable syntax for Lambda expressions.
        Java for Absolute Beginners gives you all you need to start your Java 9+ programming journey. No experience necessary.
        What You'll Learn
        Use data types, operators, and the new stream API

        Install and use a build tool such as Gradle

        Build interactive Java applications with JavaFX

        Exchange data using the new JSON APIs

        Play with images using multi-resolution APIs

        Use the publish-subscribe framework




        Who This Book Is For
        Those who are new to programming and who want to start with Java.

        Biographie:

        Iuliana Cosmina is currently a Software Engineer for NCR Edinburgh. She has been writing Java code since 2002 and contributed to various types of applications such as experimental search engines, ERPs, track and trace, and banking. During her career, she has been a teacher, a team leader, software architect, DevOps professional and software manager.

        She is a Spring-certified Professional, as defined by Pivotal, the makers of Spring Framework, Boot, and other tools, and considers Spring the best Java framework to work with.

        When she is not programming, she spends her time reading, blogging, learning to play piano, travelling, hiking or biking.

        Sommaire:

        Chapter 1: An Introduction to Java and Java 9
        - When every version was released, how were they called and what were the particularities
        - What is Java, how it is executed, what type of language it is and what is it good for
        -
        Chapter 2: Preparing your development environment
        - Installing Java, choosing an editor, choosing a build tool
        -
        Chapter 3: Getting your feet wet
        - Writing a simple program, compile and execute
        - Adding a dependency of somebody else's code through dependencies of existing libraries
        - Mention best tools for java and most used frameworks like Spring
        Chapter 4: Java syntax
        - what is a package, module
        - class
        - enums
        - interface ( private methods & default methods)
        - class, constructor, methods... etc
        - removal of _
        Chapter 5: Data Types
        - primitive, object types (emphasis on String, Collections, Calendar API)
        - String - compact Strings
        - Collections: Immutable collections, factory methods for Collections(JEP 269)
        - mention Generics
        - optional - enhancements
        - threads, futures - CompletableFuture (JEP 266)
        Chapter 6: Operators
        - unary, binary, ternary, logic, and the diamond operator (used in conjunction with anonymous inner classes)
        Chapter 7: Controlling the flow
        - if, loops
        - try catch (try with resources with managed variables)
        - recursion
        Chapter 8: The Stream API
        - streams , optional to Stream, enhancements
        Chapter 9: Debugging , testing and documenting
        - what is a break point
        - loggers : unified JVM logging (JEP 264)
        - mocks and stubs
        - jmc, jps, jcmd - JDK utilities
        - The new Doclet API
        - the JShell Command Line Tool
        - accessing the process API
        - @Deprecated enhancements (JEP 277)
        Chapter 10: Making your application interactive
        - request data with System.in
        - Swing
        - Web applications (use the new HTTP client)
        - JavaFX UI (JEP 253)
        - Internationalization (JEP 267)
        Chapter 11: Writing files
        - storing data to files, reading it from them
        - serialization to Binary, XML, JSON, YML (JEP290)
        - playing with images - multi-resolution API
        Chapter 12: Publish-Subscribe Framework
        - reactive streams
        Chapter 13: Garbage Collection
        - JEP 214,248,271,291

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Neuf et occasion
        Le choixNeuf et occasion
        5% remboursés
        Minimum5% remboursés
        Satisfait ou remboursé
        La sécuritéSatisfait ou remboursé
        À votre écoute
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        RakutenLogos.svg
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com