Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class GoodbyeWorld {
- public static void main(String[] args) {
- System.out.print(a.i);
- System.out.print(b.i);
- }
- }
- class a {
- static {
- i = 2;
- }
- static int i = 1;
- };
- class b {
- static int i = 1;
- static {
- i = 2;
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment