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
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is an immutable class? How to create an immutable class?
How to sort an array from smallest to largest java?
How is the marker interface used in Java?
Which collection allows duplicate values in java?
What is the difference between the font and fontmetrics classes in java programming?
How do you convert string to int in java?
What is a method in programming?
What are use cases?
What is a numeric digit?
Can we create object of inner class in java?
who can i handle multiple client in RMI
What is the structure of java?
What is meant by anonymous class?
Difference between object instantiation and construction ?