Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. package regular_package.p1;
  2.  
  3. public class caller_p1 {
  4.  
  5. public static void main(String[] args) {
  6. tepe_class tpcl = new tepe_class();
  7. tepe_class_sub tpcls = new tepe_class_sub();
  8. simple_class splcl = new simple_class();
  9.  
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement