Examveda

In Java, which method is used to add an element to a collection in the Java Collections Framework?

A. `insert()`

B. `put()`

C. `add()`

D. `append()`

Answer: Option C


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java