11. Write a code excerpt that performs the following actions:JAVA
• Declare an empty ArrayList named courses that can hold Stringvalues.
• Add the courses “ITP 120”, “ITE 115”, and “ITN 101” tocourses.
• Display the number of elements in courses.
• Display whether or not “ITD 256” is an element in courses.
• Remove the element “ITE 115” from courses.
(21 points)
Expert Answer
An answer will be send to you shortly. . . . .