Tag: programming languages
Questions Related to programming languages
-
Ampersand
-
Ellipses
-
Quotation marks
-
Asterisk
-
avg( )
-
sqrt( )
-
sum( )
-
max( )
-
EMP
-
The table containing the column values
-
DUAL
-
An Oracle-defined table
-
Execute notify(thread1); from within synchronized code of mon.
-
Execute mon.notify(thread1); from synchronized code of any object.
-
Execute thread1.notify(); from synchronized code of any object.
-
Execute thread1.notify(); from any code(synchronized or not) of any object.
-
You cannot specify which thread will get notified.
-
The program exits via a call to System.exit(0);
-
Another thread is given a higher priority.
-
A call to the thread's stop method.
-
A call to the halt method of the Thread class.
-
Execute notify(thread1); from within synchronized code of mon.
-
Execute mon.notify(thread1); from synchronized code of any object.
-
Execute thread1.notify(); from synchronized code of any object.
-
Execute thread1.notify(); from any code(synchronized or not) of any object.
-
You cannot specify which thread will get notified.
-
The program exits via a call to System.exit(0);
-
Another thread is given a higher priority.
-
A call to the thread's stop method.
-
A call to the halt method of the Thread class.
-
NumberFormat Exception
-
100
-
Compilation fails at line 4
-
99
-
Runtime Exception
-
finally block will be executed
-
finally block will not be executed
-
Compilation error in else block