spenk

Untitled

Apr 15th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1.  
  2. public class test {
  3.    
  4.     public static void main(String[] args){
  5.         String i = "derp";
  6.         byte[] i2 = i.getBytes();
  7.         System.out.println(i.length()+","+i2.length);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment