-
What is the significance of Marker
interface? Why are we using, even
though it has no method?
-
Why we are always doing rs.next() in
first line of while loop in
retrieving data from database
through result set?
-
Please give me the details of
synchronization? And which are the
methods and elements used in it and
why only that methods and variables?
-
Why we are not using Java in real
time based application, but instead
we are using C or C++?
-
Detail difference between 4 types of
driver and their use in different
different applications?
-
Is Java code with native methods
platform-independent?
-
Why is the compiler
platform-independent, while JVM is
platform-dependent?\
-
Mention different type of compilers
and interpreters in Java?