1. [ Java ]
Which of the following statements is true? 11. [ Java ]
Which of the following declaration is correct? 16. [ Java ]
In the following code. Who has access to member num?package car;
public class Audi {
  int num;
} 19. [ Java ]
What is the difference between Vector and ArrayList?