What is the difference between delete and delete[]
Answer Posted / 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 |
Post New Answer View All Answers
How garbage collection is done in java?
Can you explain the meaning of aggregation and composition
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is string value?
Can we have 2 main methods in java class?
What are the types of casting?
Can we override final method?
What are conditionals and its types?
What is executor memory?
What do you mean by pointer value and address?
what is collatration?
How can constructor chaining be done by using the super keyword?
Can one thread block the other thread?
What is procedure writing?
What is multithreading in java?