Solved

JavaAwtComponent Class Method GetLocation() Returns Point (Containg X and Y

Question 17

Multiple Choice

java.awt.Component class method getLocation() returns Point (containg x and y cordinate) .What does this x and y specify


A) Specify the postion of components lower-left component in the coordinate space of the component's parent.
B) Specify the postion of components upper-left component in the coordinate space of the component's parent.
C) Specify the postion of components upper-left component in the coordinate space of the screen.
D) None of above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions