Тести
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
source-file
:
Мова контенту: English
Русский
What is the result of the command javac test.java if file test.java contains: // test.java /* comments */
source-file
Is an empty file allowed to compile?
source-file
Does the following code will compile if both classes are declared in Test.java? //Test.java public class Car{ public String myCar = "Ferrari" ; } public class Test{ public static void main(String ... args){ Car myCar = new Car(); System.out.println(myCar.myCar); } }
source-file
← Попередня
1
Наступна →
Зареєструйся Зараз
або
Підпишись на майбутні тести