-
-
-
What is an Iterator interface
The Iterator interface is used to step through the elements of a Collection.
-
-
-
-
-
-
Which is the best driver among four jdbc drivers?how can we load that driver?
Please give me answer ,if know with code also
-
-
-
Java is Not designed for the distributed environment of the Internet
A) TrueB) FalseExplanation: Java is designed for the distributed environment of the Internet, because it handles TCP/IP protocols.
-
-
AWT supports Ctrl-C Ctrl-V copy/paste without any coding
Skill/Topic: AWT & AppletsA) TrueB) False
-
What are native methods? How do you use them?
Native methods are methods that are defined as public static methods within a java class, but whose implementation is provided in another programming language such as C.
-
What is the Dictionary class
The Dictionary class provides the capability to store key-value pairs.
-
-
-
-
Which of the following will change to the next directory above the current directory?
Skill/Topic: AWT & AppletsA) chDir("..");B) cd(".");C) up();D) none of the above
Java Interview Questions
Ans