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

Practical Java Programming for Iot, Ai, and Blockchain - Xiao, Perry

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :
Neuf (3)
Occasion
Reconditionné

41,56 €

Produit Neuf

  • Ou 10,39 € /mois

    • Livraison à 0,01 €
    Voir les modes de livraison

    rarewaves-uk

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    Nos autres offres

    • 44,61 €

      Produit Neuf

      Ou 11,15 € /mois

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

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

    • 93,47 €

      Produit Neuf

      Ou 23,37 € /mois

      • Livraison : 25,00 €
      • Livré entre le 8 et le 13 août
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Apres acceptation de la commande, le delai moyen d'expedition depuis le Japon est de 48 heures. Le delai moyen de livraison est de 3 a 4 semaines. En cas de circonstances exceptionnelles, les delais peuvent s'etendre jusqu'à 2 mois.

    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 Practical Java Programming For Iot, Ai, And Blockchain Format Broché  - Livre Informatique

        Note : 0 0 avis sur Practical Java Programming For Iot, Ai, And Blockchain Format Broché  - Livre Informatique

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


        Présentation Practical Java Programming For Iot, Ai, And Blockchain Format Broché

         - Livre Informatique

        Livre Informatique - Xiao, Perry - 01/07/2019 - Broché - Langue : Anglais

        Auteur(s) : Xiao, PerryEditeur : WileyLangue : AnglaisParution : 01/07/2019Format : Moyen, de 350g à 1kgNombre de pages : 480Expédition : 830Dimensions : 23.3 x 18.9 x 2.5 ...

      • Auteur(s) : Xiao, Perry
      • Editeur : Wiley
      • Langue : Anglais
      • Parution : 01/07/2019
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 480
      • Expédition : 830
      • Dimensions : 23.3 x 18.9 x 2.5
      • Résumé :

        Preface xix

        Introduction xxi

        Part I 1

        Chapter 1 Introduction to Java 3

        1.1 What is Java? 3

        1.2 Versions of Java 5

        1.3 Java Architecture 7

        1.4 Editions of Java 8

        1.5 The Java Spring Framework 9

        1.6 Advantages and Disadvantages of Java 10

        1.6.1 Advantages 10

        1.6.2 Disadvantages 11

        1.7 Java Certification 11

        1.8 Summary 12

        1.9 Chapter Review Questions 12

        Chapter 2 Getting Started with Java Programming 13

        2.1 Downloading and Installing Java 13

        2.2 Java IDEs 17

        2.3 Java Hello World Program 20

        2.4 Java Online Compilers 25

        2.5 Java Online Code Converters 31

        2.6 Java Free Online Courses and Tutorials 31

        2.7 Java Version Control 36

        2.8 Summary 37

        2.9 Chapter Review Questions 38

        Part II 39

        Chapter 3 Basic Java Programming 41

        3.1 Introduction 42

        3.2 Variables 42

        3.2.1 Constants 44

        3.2.2 The String and StringBuffer Types 45

        3.2.3 The VAR Variable Type 46

        3.3 Operators 47

        3.4 Reserved Words 48

        3.5 Input and Output 48

        3.6 Loops and Selections 51

        3.7 Arrays, Matrices, and ArrayLists 54

        3.8 Reading and Writing Files 58

        3.9 Methods 60

        3.10 Object-Oriented Programming 62

        3.10.1 Classes and Objects 62

        3.10.2 Instantiation 63

        3.10.3 Encapsulation 63

        3.10.4 Inheritance 63

        3.10.5 Overriding and Overloading 63

        3.10.6 Polymorphism 63

        3.10.7 Object Accessibility 64

        3.10.8 Anonymous Inner Classes 64

        3.11 Multithreading 68

        3.11.1 The Life Cycle of a Thread 73

        3.11.2 Thread Priorities 76

        3.11.3 Thread Scheduling 76

        3.11.4 Thread Synchronization 77

        3.12 Date, Time, Timer, and Sleep Methods 78

        3.13 Executing System Commands 83

        3.14 Packages and Programming on a Large Scale 86

        3.15 Software Engineering 88

        3.15.1 The Software Development Cycle 89

        3.15.2 Indentation 90

        3.15.3 Comments 91

        3.15.4 Naming Conventions 92

        3.16 Deploying Java Applications 93

        3.16.1 Using a Windows Batch File 93

        3.16.2 Using an Executable JAR File 94

        3.16.3 Using Microsoft Visual Studio 95

        3.16.4 Java Application Installations 96

        3.17 Summary 98

        3.18 Chapter Review Questions 98

        Chapter 4 Java Programming for Windows Applications 99

        4.1 Introduction 99

        4.2 Java Swing Applications 100

        4.2.1 For More Information 105

        4.3 JavaFX Applications 105

        4.3.1 JavaFX Window 106

        4.3.2 Creating a Label and Button in JavaFX 108

        4.3.3 JavaFX Charts 110

        4.3.4 Handling Logins in JavaFX 112

        4.3.5 Creating an Image Viewer in JavaFX 115

        4.3.6 Creating a JavaFX Web Viewer 117

        4.3.7 Creating a Menu in JavaFX 118

        4.3.8 Creating a JavaFX File Chooser 120

        4.3.9 JavaFX Tutorials 122

        4.4 Deploying JavaFX Applications 125

        4.5 Summary 127

        4.6 Chapter Review Questions 127

        Chapter 5 Java Programming for Networking Applications 129

        5.1 Introduction 129

        5.1.1 Local Area Network and Wide Area Network 132

        5.1.2 The Cisco Three-Tier Enterprise Network Architecture 132

        5.1.3 Key Network Components 133

        5.1.4 Traditional Networks vs. Software-Defined Networking 134

        5.2 Java Network Information Programming 136

        5.3 Java Socket Programming 143

        5.3.1 Java UDP Client-Server Programming 143

        5.3.2 Java TCP Client-Server Programming 146

        5.3.3 Java Multithreaded EchoServer Programming 148

        5.4 Java HTTP Programming 151

        5.4.1 A Java...

        Biographie:
        ..

        Sommaire:

        PERRY XIAO, PHD, is an Associate Professor and Course Director of London South Bank University. He teaches undergraduate and postgraduate students in the areas of electronics, software programming, and computer networks. Dr. Xiao has designed and taught several modules focused on Java programming. He is also a director and cofounder of Biox Systems Ltd, a university spin-out company that designs and manufactures the AquaFlux and Epsilon Permittivity Imaging systems....

        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