Solved

Which Is the Correct Syntax for Placing the String "Boat

Question 25

Multiple Choice

Which is the correct syntax for placing the string "boat" into an ArrayList name recVehicles in position 3 for the first time?


A) recVehicles.set(3,"boat") ;
B) recVehicles.set("boat",3) ;
C) recVehicles.add(3,"boat") ;
D) recVehicles.add("boat",3) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions