✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Este corect codul pentru a crea o clasă locală?
public class Test {
public void metoda() {
class Locala {
void show() {
System.out.println("Local");
}
}
Locala l = new Locala();
l.show();
}
}
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!