Java ArrayList clear() methodThe clear () method of Java ArrayList class provides an easy way to discard all elements of the ArrayList (removes all elements of the ArrayList). Syntax:Parameter:No parameters. Return:Nothing. Example 1Test it NowOutput: [A, B, C] [] Example 2:Test it NowOutput: [Parrot, Owl, Swallow] 3 0 [] Next TopicJava ArrayList |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India