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
How to split arraylist elements in java?
What are JVM.JRE, J2EE, JNI?
What are the benefits of operations in java?
What are synchronized methods ?
what is static import in java? Explain
What do you mean by compiler?
What is the importance of main method in Java?
What is the properties class?
What's the difference between an abstract class and interface in java?
What is the purpose of checked and unchecked exceptions in JAVA?
How do you sort a set in java?
What is ternary operator?
What is an argument java?
What is meant by design patterns?
Write a program to print all permutations of string?