Multiple choice technology programming languages

In JAVA, Delete Is Keyword?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Delete is NOT a keyword in Java. In C++, delete is used to free dynamically allocated memory. Java uses automatic garbage collection instead of manual memory management with delete.