What is the difference between delete and delete[]
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
• 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 |
How will you call an Applet using Java Script Function?
what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 Answers emc2, Kumaran Systems,
What does sizeof return?
What is the basic of java?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
Is it possible to use string in the switch case?
i would like to attend for an interview of datalab technologies company i want to know the pattern of imnterview.
What is the return type of a program?s main() method?
Can a lock be acquired on a class in java programming?
Can java cast null?
What is Restrictions in hibernate?
What is the entry point in Java, and how is it written?