What will be the result of compilation and execution of the following code?
public class TestClass {
    
    public static void main(String[] args) {
                String s = new String(){
                    public String toString(){
                        return "new method";
                    }                    
                }
                System.out.println(s);
        }
    }        

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Продолжайте изучать
тесты по Java
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты