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 super void?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What means public static?
What is the size of integer?
How do you override a method?
what are synchronized methods and synchronized statements? : Java thread
Can a class be declared as protected?
Why javac is not recognized?
What is collections framework?
How many types of exception can occur in a java program?
What do you understand by overloading and overriding in java?
How to convert string to byte array and vice versa?
What is the static import?
What is empty list in java?
Which method returns the length of a string?