Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class A {
- {
- System.out.println("nsb");
- A a1 = new A();
- }
- public static void main(String[] args) {
- System.out.println("Hello World!");
- A a = new A();
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement