Comparable Interface In Java?




public class CD implements Comparable
{
private String title, artist;
private double cost;
private int tracks;