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 variable and example?
How do you convert an int to a double in java?
You're given a Boolean 2D matrix, can you find the number of islands?
What is the different types of functions?
How to find the index of the largest number in an arraylist java?
When throws keyword is used?
Is null a string?
Explain about version control?
What's the access scope of protected access specifier?
Explain the init method?
What is method overloading with type promotion?
Write a program to search a number in the given list of numbers.
Does java trim remove newline?
what is the messsage u r going to get from an objectoriented programing?
What will happen when using pass by reference in java?