Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class Test4
  2. {
  3.  
  4. public static void main(String...a)
  5. {
  6. float f = u0038;//Line 1
  7. long L2 = 3L;
  8. float fd = (float) 2.2;
  9. char c = 'u005E';
  10. byte e = 100;
  11.  
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement