What is the difference between delete and delete[]
Answer Posted / nashiinformaticssolutions
• 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
what is ststic with example
Differentiate between stringbuffer and string?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is a locale?
Why do we override tostring method in java?
What is parsing in grammar?
How do you replace all in word?
Explain about arraylist?
How to use Media tracker Class.
What is parse method?
I want to print “hello” even before main is executed. How will you acheive that?
Is java hard to learn?
Why heap memory is called heap?
What do you mean by chromounits in java8?
Is jdk required on each machine to run a java program?