Guest User

Untitled

a guest
Nov 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. interface Try
  2. {
  3. int a=10;
  4. public int a=10;
  5. public static final int a=10;
  6. final int a=10;
  7. static int a=0;
  8. }
Add Comment
Please, Sign In to add comment