Multiple Choice
A Polygon object in Java can be
A) built up by using a sequence of addPoint method calls
B) defined by an array of x-y coordinates
C) defined by a polyline
D) A, B, and C all are True
E) only A and B are True
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q18: If int[] x = new int[15]; and
Q30: In Java, arrays are<br>A) primitive data types<br>B)
Q37: To swap the 3ʳᵈ and 4ᵗʰ elements
Q38: Implement an ItemListener so that a new
Q38: Write a method that takes an array
Q39: An int array stores the following values.
Q40: To initialize a String array names to
Q43: Write a code fragment to create a
Q46: An int array stores the following values.
Q47: Which of the following GUI components operates