Which of the following Delete method is used to remove all elements from Collection?

Options
- l_names.Truncate
- l_names.DELETE;
- l_names.TRIM;
- None of the Above


CORRECT ANSWER : l_names.DELETE;

Discussion Board
DELETE Method

Remove all elements from a collection; use the DELETE method without any arguments. This form of DELETE works with all three kinds of collections.
l_names.DELETE;

Prajakta Pandit 02-20-2017 04:54 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement