What is the difference between delete and delete[]
Answer Posted / glibwaresoftsolutions
• delete: Frees memory allocated for a single object.
• delete[]: Frees memory allocated for an array of objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the term virtual machine?
What is the use of optional ?
Can a class extend 2 classes in java?
Is java jre still free?
What does flag mean in java?
Define reflection.
What is difference between ++ I and I ++ in java?
What checkbox method allows you to tell if a checkbox is checked?
What are the types of methodology?
What are computer functions?
Where are variables stored?
What is a memory leak in java?
What is the purpose of sizeof operator?
Can java program run without jre?
What are the differences between Java 1.0 and Java 2.0?