Solved

Which of the Following Statements Creates a New Instance of MediaPlayer

Question 12

Multiple Choice

Which of the following statements creates a new instance of MediaPlayer and assigns it to mpTrombone?


A) MediaPlayer.new(mpTrombone) ;
B) mpTrombone = MediaPlayer.create() ;
C) MediaPlayer.create(mpTrombone) ;
D) mpTrombone = new MediaPlayer() ;

Correct Answer:

verifed

Verified

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

Related Questions