Multiple Choice
Which of the following is not a Java AWT portability issue?
A) GUI components that have different looks on different platforms may use different amounts of space.
B) GUI components may have different default functionality.
C) Different platforms may have different representations of integers.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Which of the following is not a
Q5: Which method returns true if the popup
Q6: The GridBagContraints constant RELATIVE means that _.<br>A)
Q7: Which constructor below creates a JInternalFrame that
Q8: A JSlider cannot display which of the
Q10: To create a fixed space between all
Q11: Which statement below is false?<br>A) Each JPopupMenu
Q12: Which of the following is false?<br>A) JFrame
Q13: Which of the following is not one
Q14: What happens if setSize is not called