Guest User

Untitled

a guest
Jan 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. public void method1(){
  2. String str1 ="Test";
  3.  
  4. }
  5.  
  6. public void method2(){
  7. String str2 = new String("Test");
  8.  
  9. }
Add Comment
Please, Sign In to add comment