Город МОСКОВСКИЙ
00:43:22

6th day class for mutiple class execute in java

Аватар
Java Кодерский Мастеркласс
Просмотры:
25
Дата загрузки:
04.12.2023 22:29
Длительность:
00:43:22
Категория:
Видеоигры

Описание

in this video, it will classify multiply classes introduction
for first-class A
is a reference to class B
and multiply class execute at the same time and it be executed at one by one to execute
Class A
public static void main(String args[])
System.out.println('hello');


output:
javac A.java
java A

display:
hello

Рекомендуемые видео