Java allows implementing multiple interfaces through a single class declaration statement such as:
public class Student implements Comparable, Cloneable{
//code goes here
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here