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 |
What is pass by value?
Does chrome use java?
Different types of modifiers?
What is local class in java?
is it possible to instantiate the math class?
What does n mean?
What is the default value of the local variables?
what is request processor?
system.out.println(1 + 3);
What is mean by encoding?
What is meant by javabeans?
How do you compare values in java?