logo

Crowdly

Крос-платформне програмування

Looking for Крос-платформне програмування test answers and solutions? Browse our comprehensive collection of verified answers for Крос-платформне програмування at op.tsatu.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Чому буде дорівнювати змінна Y після виконання умови, якщо x=6? Умова: if x>0 Y=x*x; else Y=x+x;
0%
0%
0%
100%
View this question
Який результат роботи наступного фрагмента коду ? int x = 1 ; switch ( x ) { case 1 : System.out.println ("Один") ;break; case 0 : System.out.println (" Нуль ") ;break; case 2 : System.out.println (" Привіт світ " );break; }
0%
100%
0%
0%
View this question
Який з перерахованих типів даних не є типом даних в Java ?
0%
0%
100%
0%
View this question
Скільки разів буде виконуватися цикл i=18; do i=i-5 while i>18?
100%
0%
0%
0%
View this question
Обчисліть результат виразу int A; A = ((19 - 3 * 2) / 3) % 4;
100%
0%
0%
0%
View this question
Що описує даний програмний код? 

public class TestClass { 

public static void main(String[] args) { 

Base sub = new Sub(); 

sub.test(); } } 

class Base { 

public static void test() { 

System.out.println("Base.test()"); } } 

class Sub extends Base { 

public static void test() { 

System.out.println("Sub.test()"); } }

0%
100%
0%
0%
View this question
Що відбудеться при виконанні: for (int i = 0; i < 5;) { continue; i--; func(); }
100%
0%
0%
0%
View this question
Оператор виділення пам’яті…
0%
0%
100%
0%
View this question
Конструктор без аргументів, називається…
View this question
Визначення класу – це…
View this question

Want instant access to all verified answers on op.tsatu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!