Answer Posted / aishwarya
Array is static memory allocation.
& vector is dynamic memory allocation
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If you do not want your class to be inherited by any other class. What would you do?
What is the difference between processes and threads?
What is hash code collision?
What is mnemonic in assembly language?
Write a program to print fibonacci series up to count 10.
Explain an algorithm to find depth of a binary tree.
What is e java?
What is use of functional interface in java 8? Explain
What is the difference between Java1.4 and Java1.5
Can we declare a static variable inside a method?
Does hashset allow duplicates in java?
What is finalize()?
Can we use synchronized block for primitives?
Define reflection.
What do you understand by weak reference?