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

Identify the error in the following Java code snippet:

Vector data = new Vector<>();
data.add(5);
int num = data.get("0");