Тесты
Язык сайта: Русский
Українська
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
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты