Practical Java Programming for Iot, Ai, and Blockchain - Perry Xiao
- Format: Broché Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtreExpédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.
Nos autres offres
-
41,89 €
Produit Neuf
Ou 10,47 € /mois
- Livraison à 0,01 €
Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.
-
43,92 €
Produit Neuf
Ou 10,98 € /mois
- Livraison à 0,01 €
Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.
-
93,47 €
Produit Neuf
Ou 23,37 € /mois
- Livraison : 25,00 €
- Livré entre le 22 et le 27 avril
- 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 !
TROUVER UN MAGASIN
Retour
Avis sur Practical Java Programming For Iot, Ai, And Blockchain de Perry Xiao Format Broché - Livre Informatique
0 avis sur Practical Java Programming For Iot, Ai, And Blockchain de Perry Xiao Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Remarques Sur Les Couleurs Suivi De Le Vu, Le Peint Et Le Parlé
Occasion dès 35,00 €
-
Textes Allemands : Classes Terminales
1 avis
Occasion dès 40,00 €
-
Woman In The Mirror
Occasion dès 44,00 €
-
De Caligari À Hitler : Une Histoire Psychologique Du Cinéma Allemand 1919-1933
4 avis
Occasion dès 22,00 €
-
Elvis Presley On Tour Livre Usa 120 Pages 240 Photos Inedites ! Rare!
Occasion dès 59,00 €
-
Art And Flair Of Mary Blair, The-Updated Edition
Neuf dès 44,17 €
Occasion dès 149,00 €
-
Obra Hermética
Occasion dès 45,08 €
-
Art Nouveau: Paris 1895 (Giftwraps By Artists)
Occasion dès 35,00 €
-
Grammatik Aktiv - Deutsch Als Fremdsprache - B2/C1
Neuf dès 37,15 €
-
Eighteenth Century Musical Instruments, France And Britain = Les Instruments De Musique Au Xviiie Siecle, France Et Grande-Bretagne: [Catalo
Occasion dès 55,50 €
-
Sailing The Seas
Neuf dès 45,00 €
-
The Art Of Computer Programming 1. Fundamental Algorithms
Occasion dès 45,99 €
-
Water Fuel Cell
Neuf dès 31,01 €
-
Le Cul De La Femme - Une Collection De Portraits De Pierre Louÿs (1892-1914)
5 avis
Occasion dès 27,28 €
-
And The Truth Shall Set You Free
Occasion dès 44,79 €
-
L'idiotisme - Dictionnaire D'expressions Idiomatiques Français-Anglais Et Anglais-Français
Neuf dès 49,00 €
Occasion dès 37,39 €
-
Greek New Testament Gnt6. Standardausgabe
Neuf dès 35,06 €
-
Adieu To Emmanuel Levinas
Neuf dès 24,61 €
Occasion dès 32,19 €
-
Vw Polo Petrol & Diesel (02 - Sept 09) Haynes Repair Manual
Neuf dès 40,01 €
-
Roy Decarava: A Retrospective
Occasion dès 33,37 €
Produits similaires
Présentation Practical Java Programming For Iot, Ai, And Blockchain de Perry Xiao Format Broché
- Livre Informatique
Résumé : Preface xix Introduction xxi Part I 1 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 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...
Chapter 1 Introduction to Java 3
Chapter 3 Basic Java Programming 41
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
Personne responsable dans l'UE