MilaDimitrovaa

B.java

Nov 23rd, 2021
807
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. package package2;
  2. import package1.A;
  3.  
  4. class B {
  5.  
  6.     public static void main(String[] args) {
  7.         A aInstance;
  8.         System.out.println("An instance of A is created!");
  9.     }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment