-
-
-
-
-
-
-
What is the result of expression 5.45 + "3.2"?
A) The double value 8.6B) The string ""8.6"C) The long value 8.D) The String "5.453.2"
-
Which of these is the correct format to use to create the literal char value a?
A) 'a'B) "a"C) new Character(a)D) 00a
-
-
-
-
-
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
-
-
Java Interview Questions
Ans