0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Java解説 20250707

0
Posted at

定数

final データ型 定数名 = 初期値;

定数として宣言すると、初期化以降は値の代入不可。

配列

データ型 [] 配列名 = new データ[要素数];

配列の宣言と初期化

String str[] = {"おはようございます","Hello","ぷろぐらみんg"}

オラクル認定資格教科書 Javaプログラマ Bronze SE(試験番号1Z0-818)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?