-
-
-
-
-
Which containers use a FlowLayout as their default layout
The Panel and Applet classes use the FlowLayout as their default layout.
-
What is clipping
Clipping is the process of confining paint operations to a limited area or shape.
-
Which Java operator is right associative
The = operator is right associative.
-
-
RandomAccessFile is used for reading a few parts of data that are at known positions near the end of a large file.
Skill/Topic: AWT & AppletsA) TrueB) False
-
The content pane is the main container in JApplet, JDialog, and JFrame objects.
Skill/Topic: AWT & AppletsA) TrueB) False
-
-
FileDialog allows the user select a directory or file from a tree.
Skill/Topic: AWT & AppletsA) TrueB) False
-
A method in Java, that calls itself is said to be recursive.
Skill/Topic: AWT & AppletsA) TrueB) False
-
-
-
-
If you want to mix fonts or colors within the text, or to have formatting such as multiple lines, you can use HTML
Skill/Topic: AWT & AppletsA) TrueB) False
-
A thread is a program's path of execution
Skill/Topic: AWT & AppletsA) TrueB) False
-
Extending a class is the way Java inherits methods and variables from a parent class.
Skill/Topic: AWT & AppletsA) TrueB) False
-
Java Interview Questions
Ans