Consider the code snippet below: MediaPlayer mp = new MediaPlayer(); mp.setDataSource(PATH_TO_FILE); mp.start(); Which of the following should be placed at ?

Question:Consider the code snippet below: MediaPlayer mp = new MediaPlayer(); mp.setDataSource(PATH_TO_FILE); mp.start(); Which of the following should be placed at ?

1.mp.prepare();

2.mp.loadMedia()

3.mp.loadSource(

4.mp.loadSource(); mp.prepare();


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!