Hi guys. I'm just preparing for my exam. help me to explain every line of this program:


interface J {
int j = 200;
int j1();
}
interface K {
double k1();
}