What is an array and a vector? How they different from each
other?
Answer Posted / prabir kumar
arrays have elements of same datatypes, but vector can have
elements of any types.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the file extension for java?
Why is it called a string?
What is the difference between synchronized and synchronized block?
What is a boolean in java?
What does three dots mean in java?
What is the difference between exception and error in java?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What is implicit object in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Explain about fail fast iterators in java?
Are strings immutable in java?
What a static class can contains?
How can an object be unreferenced?
Is alive method in java?
What is final int?