logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1427305 total)

Обчисліть результат виразу int X; Х = ((5 + 5 * 4) % 10) / 4;
0%
0%
0%
0%
Переглянути це питання
Що значить запис while (false)?
0%
0%
0%
0%
Переглянути це питання
Що відбудеться, якщо визначення функції буде знаходитися в двох місцях?
0%
0%
0%
0%
Переглянути це питання
Що означає наступна інструкція? in=new Scanner(System.in);
Переглянути це питання
Що описує даний програмний код? 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%
0%
0%
0%
Переглянути це питання
Яка функція здійснює перенос рядка?
Переглянути це питання

The SQL operator used to retrieve the data in a column of a table, based on a specified pattern is 

Переглянути це питання

Which of the following is a valid syntax for using multiple columns in the GROUP BY clause?

Переглянути це питання

Which aggregate function returns ...

(match the appropriate)

Переглянути це питання

Which of the following is not an aggregate function?

Переглянути це питання