الرجوع
تسجيل الدخول

Output?

Vector data = new Vector<>();
data.add(100);
data.add(200);
data.set(0, 300);
System.out.println(data.get(0));