Tag: programming languages
Questions Related to programming languages
-
It is a session specific table.
-
It is an invalid SQL statement.
-
It is only available in Oracle 7
-
It is a transaction specific table.
-
NORMAL
-
TEMPORARY
-
IMMEDIATE
-
FOR RECOVER
-
DBA
-
RESOURCE
-
CONNECT
-
EXP_FULL_DATABASE
-
IMP_FULL_DATABASE
-
All the above
-
Reduced privilege administration
-
Selective availability of privileges
-
Application awareness
-
Application-specific security
-
By default, tables within the tablespace will not have all its changes written to redo.
-
It is a locally managed tablespace.
-
A temporary tablespace has been created.
-
An error will be produced; the AUTOALLOCATE parameter should be removed
-
String i = "abc"
-
double i = 0.0/0.0
-
int i = 3/7
-
int i = 0
-
Char i = 9
-
int i = 3/7
-
String i = "abc"
-
int i = 0
-
Its not possible
-
print some garbage value
-
compilation error
-
Hello world
-
Compilation error
-
Runtime error
-
17777
-
66666
-
The class compiles and runs, but does not print anything.
-
The number 2 gets printed with AssertionError
-
compile error
-
The number 3 gets printed with AssertionError