logo

Crowdly

Browser

Add to Chrome

Програмування на Java (Ширін А.Л.)

Looking for Програмування на Java (Ширін А.Л.) test answers and solutions? Browse our comprehensive collection of verified answers for Програмування на Java (Ширін А.Л.) at do.nmu.org.ua.

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

Який результат компіляції і виконання даного коду?

public class CompareValues {

public static void main(String[] args) {

int x = 0;

while(x++ < 10) {} //рядок 4

String message = x > 10 ? "Greater than" : false; //рядок 5

System.out.println(message+","+x);

}

}

View this question

Які тлумачення абревіатур в назвах технологій Java ME, Java SE і Java EE вірні?

View this question

Які способи створення масиву є припустимими?

View this question

Який результат компіляції і виконання даного коду?

final char a = 'A', d = 'D'; // рядок 1

char grade = 'B';

switch(grade) {

case a: // рядок 4

case 'B': System.out.print("great");

case 'C': System.out.print("good"); break;

case d: // рядок 7

case 'F': System.out.print("not good");

}

View this question

Які варіанти містять тільки припустимі оператори мови Java?

View this question

Want instant access to all verified answers on do.nmu.org.ua?

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

Browser

Add to Chrome