Q. 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); ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) list.remove(index);