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:

Verified
Correct Answer:
Verified
Q12: Which of these methods are used to
Q13: What is the disadvantage of Type-4 Native-Protocol
Q14: Which of these methods in KeyEvent class
Q15: Which of the following creates a List
Q16: What is a listener in context to
Q18: State true or false<br>(i) Java RMI supports
Q19: Which one of the following does not
Q20: Which of these events will be generated
Q21: An Applet has its Layout Manager set
Q22: What is default layout manager for panels