Java Notes (1) - Introduction to

2018-03-14  本文已影响5人  SilentSummer

The note introduces the fundamentals of the Java programming language: data types, arithmetic, and operators.

Java notes of open courses @Codecademy.

Brief Introduction

Java is a programming language designed to build secure, powerful applications that run across multiple operating systems.

The Java language is known to be flexible, scalable, and maintainable.

Data Types

Tips: A semicolon ; is also used to end all Java single code statements. We will cover statements that should not end in a semicolon later in this course. (Python codes don't need so.)

Arithmetic

Operators

External Resources

上一篇 下一篇

猜你喜欢

热点阅读