Published Book on Amazon
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 1 | |
All of IOT Starting with the Latest Raspberry Pi from Beginner to Advanced – Volume 2 |
출판된 한글판 도서
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (상) | |
최신 라즈베리파이(Raspberry Pi)로 시작하는 사물인터넷(IOT)의 모든 것 – 초보에서 고급까지 (하) |
Original Book Contents
23.7 Java language
23.7.1 Overview
Java language is a program development language developed by Oracle and is one of the most widely used development languages in the world today. Raspberry Pi also allows you to develop programs with Java language, and now you can use "1.8.0" version.
Here, we'll show you only how to use Java language. The methods and syntax for writing Java programs are well known, so specific detailed contents will not be explained here.
Usually Java program development work will be done by using integrated development environment tool, but here, the explanation is assumed that it does not use integrated development environment tool.