Answer Posted / ravikiran(aptech mumbai)
Array is not growable where as vector is growable
array can hold similar type of datatype elements...where as
vector holds different datatyped objects
| Is This Answer Correct ? | 41 Yes | 8 No |
Post New Answer View All Answers
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What are keywords and reserved words in java?
What is boolean used for?
What is final method in java?
Which is the best approach for creating thread ?
What are heap memory and stack memory and what are memory tables.
What are the advantages of packages in java?
What do you mean by byte code?
What is ctrl m character?
Explain about transient variables in java?
Explain wrapper classes in java?
What are the differences between forwarding () method and sendredirect() methods?
What is a JAR file?
Is java platform independent?