Examveda
Examveda

In Java, how do you remove an element at a specific index from an ArrayList named list?

A. list.remove(index);

B. list.delete(index);

C. list.pop(index);

D. list.splice(index);

Answer: Option A


This Question Belongs to Java Program >> Array

Join The Discussion

Related Questions on Array