What is the difference between delete and delete[]
Answer Posted / hr@tgksolutions.com
• 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
How are the elements of a gridbaglayout organized in java programming?
What is the purpose of file class?
What is overloading and overriding in java?
Can java cast null?
Is int primitive data type?
Is overriding possible in java?
What is ellipsis in java?
what is thread in Java ?
What is serial version uid and its importance in java?
What are the differences between processes and threads?
Can a class have multiple superclasses?
What are the restrictions imposed by a Security Manager on Applets?.
What is identifier give example?
Can we force garbage collector to run ?
What are the basic control structures?