Guest User

Untitled

a guest
Jul 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class MainClass {
  2. public static void main (String [] args) {
  3. Hello(args);
  4. System.out.println(b);
  5.  
  6. }
  7. public static void Hello(String [] args) {
  8. String b = "john";
  9.  
  10. }
  11.  
  12. }
Add Comment
Please, Sign In to add comment