logo

Crowdly

Browser

Add to Chrome

Програмування мовою Java

Looking for Програмування мовою Java test answers and solutions? Browse our comprehensive collection of verified answers for Програмування мовою Java at moodle.chnu.edu.ua.

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

Який клас відповідає класу DataInputStream , але працює тільки з символьними даними?

(Java)

View this question
Який клас дозволяє додатку взаємодіяти з середовищем виконання?

(Java)

View this question
Які твердження щодо класу java.lang.Object вірні

(Java)

0%
0%
0%
0%
0%
View this question
У програмі наведено таке опис:

abstract class A {

abstract void method (int a, int b);

}

class B extends A {

int x;

int y;

void method (int a, int b) {

x = a;

y = b;

}

}

Які нижчеперелічені фрагменти коду допустимі?

View this question
У програмі описаний клас:

class A {

int x = 0;

int y;

}

Що буде виведено на екран в результаті виконання наступного фрагмента програми?

A x = new A ();

System.out.print (xx + xy);

0%
0%
0%
0%
0%
View this question
Скільки об'єктів породжується при ініціалізації масиву

new int[][3] ?

(Java)

0%
0%
0%
0%
0%
View this question
Які класи, які допомагають взаємодіяти з програмним оточенням, визначені в пакеті java.lang ?

(Java)

View this question
Яка зміна необхідна, щоб програма виводила на екран послідовність 34555?

1 ...

2 while (i <6) {

3 System.out.print (i);

4 if (i> 4)

5 try {throw new ArithmeticException ( "ex"); }

6 catch (ArithmeticException e) {

7 System.out.print (i);

8 break;

9}

10 finally {System.out.print (i); }

11 i ++;

12}

0%
0%
0%
0%
0%
View this question
Від якого класу успадковуються InputStream і OutputStream ?

(Java)

0%
0%
0%
View this question
Які значення можуть брати участь в перетворенні до рядка?

(Java)

0%
View this question

Want instant access to all verified answers on moodle.chnu.edu.ua?

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

Browser

Add to Chrome