Computer Science, asked by rupeshpavankar6, 2 months ago

which of the following method can be use to remove java.awt componener object fro​

Answers

Answered by Anonymous
2

Which of the following methods can be used to remove a Java Component object from the display?

(a)delete()

(b)hide()

(c)remove()

(d)disappear()

(e)move()

answer

=b hide

Answered by bhuvna789456
0

Answer:

   The hide method can be used to remove java. awt component object from the display.

    The answer is Hide.

Explanation:

  • A component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
  • Java AWT components are platform-dependent.
Similar questions