Basic Programming 2

Last week we talked about Java being an object oriented language, but the second main feature of Java is it’s platform independence.

依存 – いぞん – depend

Javaはプラットホームに依存ありません。
Javaはぷらっとほーむにいぞんありません。
Java is platform independent. (Java is not platform dependent.)

Now, compilation of the source code:

Javaのソースコードをコンパイルすると、クラスファイルが生成されます。
Javaのそーすこーどをこんぱいるすると、くらすふぁいるがせいせいされます。
Java source code is compiled, and a class file is created.

This includes the word:

生成する – せいせいする – create, form

As we know, Java compiles to bytecode rather than machine instructions, so:

特定のCPUに依存しないバイトコードを含ませたクラスファイルが生成されます。
とくていのCPUにいぞんしないばいとこーどをふくませたくらすふぁいるがせいせいされます。
A class file which contains CPU independent bytecode will be created.

This includes the word:
特定 – とくてい – specific

Three new sentences for this week, and three Kanji compounds.

Leave a Reply