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 navigable map in java?
What are local variables?
What are the two parts of a conditional statement?
What is the base class for error and exception?
What is remote method invocation (rmi)?
How do I get 64 bit java?
Program to find greatest prime number in n numbers?
what is the J2EE BluPrints?
Difference between Preemptive scheduling vs. Time slicing?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What are the types of inner classes (non-static nested class) used in java?
What is lazy programming?