class extractsample10a { public static void main(String []args) { System.out.println(/HERE/); } } class sample10 { static class sample10a { public final String text = "hello"; } } What is that expression in /HERE/ so that "hello" can be printed?
Reveal answer
Fill a bubble to check yourself