
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Practical Java Programming for IoT, AI, and Blockchain
About this book
Learn practical uses for some of the hottest tech applications trending among technology professionals
We are living in an era of digital revolution. On the horizon, many emerging digital technologies are being developed at a breathtaking speed. Whether we like it or not, whether we are ready or not, digital technologies are going to penetrate more and more, deeper and deeper, into every aspect of our lives. This is going to fundamentally change how we live, how we work, and how we socialize.
Java, as a modern high-level programming language, is an excellent tool for helping us to learn these digital technologies, as well as to develop digital applications, such as IoT, AI, Cybersecurity, Blockchain and more. Practical Java Programming uses Java as a tool to help you learn these new digital technologies and to be better prepared for the future changes.
- Gives you a brief overview for getting started with Java Programming
- Dives into how you can apply your new knowledge to some of the biggest trending applications today
- Helps you understand how to program Java to interact with operating systems, networking, and mobile applications
- Shows you how Java can be used in trending tech applications such as IoT (Internet of Things), AI (Artificial Intelligence), Cybersecurity, and Blockchain
Get ready to find out firsthand how Java can be used for connected home devices, healthcare, the cloud, and all the hottest tech applications.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Part I
In This Part:
- Chapter 1: Introduction to Java
- Chapter 2: Getting Started with Java Programming
CHAPTER 1
Introduction to Java
- 1.1 What Is Java?
- 1.2 Versions of Java
- 1.3 Java Architecture
- 1.4 Editions of Java
- 1.5 The Java Spring Framework
- 1.6 Advantages and Disadvantages of Java
- 1.7 Java Certificates
- 1.8 Summary
- 1.9 Chapter Review Questions
1.1 What Is Java?
- Simple, object-oriented, and familiar
- Robust and secure
- Architecture-neutral and portable
- High-performance
- Interpreted, threaded, and dynamic
.java file) is compiled into Java bytecode (a .class file). The bytecode files are not executable files and cannot run directly in the operating system. Instead, they run in the JVM, which handles the differences between operating systems and presents an identical environment for Java programs to run in. JVM is a novel idea that makes Java platform-independent. The drawback of the JVM is that Java pr...Table of contents
- Cover
- Table of Contents
- Preface
- Introduction
- Part I
- Part II
- Part III
- APPENDIX A: Java Documentation and Archiving Tools and Online Resources
- APPENDIX B: Apache Maven Tutorial
- APPENDIX C: Git and GitHub Tutorial
- Index
- End User License Agreement