logo

Crowdly

Este corect codul pentru a crea o clasă locală? public class Test {     pub...

✅ 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();

    }

}

More questions like this

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!