Tag: programming languages
Questions Related to programming languages
-
8
-
8 7
-
8 7 6
-
Compilation fails
-
An exception is thrown at runtime
-
abc
-
abcde
-
Compilation fails due only to an error on line 7.
-
Compilation fails due only to an error on line 8.
-
Compilation fails due only to an error on line 10.
-
Compilation fails due only to an error on line 11.
-
Compilation fails
-
Pi is approximately 3
-
Pi is approximately 3.141593
-
An exception is thrown at runtime
-
Inheritance represents an is-a relationship
-
. Inheritance represents a has-a relationship
-
Interfaces must be used when creating a has-a relationship
-
Instance variables can be used when creating a has-a relationship
-
An exception is thrown at runtime.
-
"String is empty" is printed to output
-
Compilation fails
-
"String is not empty" is printed to output.
-
Compilation fails.
-
An exception is thrown at runtime.
-
The code executes normally and prints "sleep".
-
The code executes normally, but nothing is print ed.
-
. Line 1 will not compile
-
. Line 2 will not compile
-
. Line 3 will not compile
-
. Line 4 will not compile
-
select * from EMP where nvl(EMPNO, '00000') = '59384';
-
select * from EMP where EMPNO = '59384';
-
select EMPNO, LASTNAME from EMP where EMPNO = '59384';
-
select 1 from EMP where EMPNO = '59834';
-
03-JUL-00
-
10-JUL-00
-
11-JUL-00
-
17-JUL-00