Advertisement
kkricardokaka95

exp9b

Sep 9th, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. //piyush.java
  2.  
  3. package karan;
  4.  
  5. import java.util.Scanner;
  6.  
  7. public class Piyush
  8. {
  9.     public void display()
  10.     {      
  11.        
  12.         System.out.println("Hello World, from class 2");
  13.        
  14.     }  
  15.    
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement