Тесты
Язык сайта: Русский
Українська
English
Русский
Тесты по программированию
Вход
Регистрация
Тесты по программированию
Теория
сниппеты
Статьи
Главная
Android
Цены
FAQ
История Cosmo
Правила и условия сервиса
Политика конфиденциальности
Политика в отношении файлов cookie
Обратная Связь
operators
:
Язык контента: English
Русский
What will be the result of compilation and execution of the following code: public class Main { public static void main (String []args) { int i = 0; i += i++; System.out.println(i); } }
operators
What will be the result of compilation and execution of the following code? public class Main { static int a, b; public static void main(String[] args) { if (!(++a==0 && ++b==0)) System.out.print("true a+b="); else System.out.print("false a+b="); System.out.print(a + b); } }
operators
How can the following statement be rewritten: WHERE "column_name" IN ('value1')
operators
Operators in The WHERE Clause
operators
Logical Operators - Part1
operators
Logical Operators - Part2
operators
What is the value of a? a = 17.0 // 3.0
operators
← Предыдущая
2
3
4
5
6
Следующая →
Зарегистрируйся сейчас
или
Подпишись на будущие тесты