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
Зареєструйся Зараз
або Підпишись на майбутні тести