Question: In Java Programming Language Create an interface called edu.udc.cs2.song. Song must have 2 methods defined like: public String getSongName(); public int getSeconds; //returns the number

In Java Programming Language
Create an interface called edu.udc.cs2.song. Song must have 2 methods defined like: public String getSongName(); public int getSeconds; //returns the number of SECONDS the song lasts Create a class named edu.udc.cs2. Midterm. Create the following method: public static int showSong(List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
