Tag: architecture
Questions Related to architecture
-
default
-
default, zero
-
error default clause not defined
-
no output displayed
-
Methods cannot be overridden to be more private
-
static methods cannot be overloaded
-
private methods cannot be overloaded
-
An overloaded method cannot throw exceptions not checked in the base class
-
Error: anar is referenced before it is initialized
-
null
-
0
-
5
-
No such file found
-
No such file found ,-1
-
No such file found, Doing finally, -1
-
0
-
At the root of the collection hierarchy is a class called Collection
-
The collection interface contains a method called enumerator
-
The interator method returns an instance of the Vector class
-
The Set interface is designed for unique elements
-
Update Employee set salary = salary * 1.5 and grade=’Promo’ where salary < 10000;
-
Update Employee set salary = salary * 1.5, grade=’Promo’ where salary < 10000;
-
Update table Employee set salary = salary * 1.5, grade=’Promo’ where salary < 10000;
-
Update table Employee set salary = salary * 1.5 and grade=’Promo’ where salary < 10000;
-
INSERT
-
CREATE
-
UPDATE
-
DELETE
-
PreparedStatement
-
ParameterizedStatement
-
ParameterizedStatement and CallableStatement
-
All kinds of Statements (i.e. which implement a sub interface of Statement)