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?

More than 1 year has passed since last update.

Javaの特徴

Posted at

Java

オブジェクト指向プログラミング言語

プラットフォームに依存しない
→Windows、Mac、Linuxなどの異なるオペレーティングシステム上で実行できる

Javaの特徴

  • オブジェクト指向:クラス、オブジェクト、継承、ポリモーフィズムなどのオブジェクト指向の機能を提供

  • ポータブル:プラットフォームに依存しない
          Windows、Mac、Linuxなどの異なるオペレーティングシステム上で実行できる

  • 型安全:静的型付け言語
         コンパイル時に型エラーを検出する
            →安全なプログラムを開発できる

  • マルチスレッド:マルチスレッドプログラミングをサポートしている
      →複数のタスクを同時に実行できます。

  • ガベージコレクション:ガベージコレクション機能を備えている
       →プログラマはメモリ管理に関する問題を気にしなくていい

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?