Advertisement
DmPurtov

JavaTest1

Jan 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. public class Test {
  2.     static {
  3.         i = 5;
  4.     }
  5.     static int i = 6;
  6.    
  7.     public static void main(String[] args) {
  8.         System.out.print(i);
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement