What is difference between array and vector?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


What is set string?

0 Answers  


What is the maximum size of list in java?

0 Answers  


What are the two types of streams offered by java 8?

0 Answers  


write java code to print second max number in the array

12 Answers   Huawei, IBAB,






What are the main concepts of oops in java?

0 Answers  


how to handled exceptions & erros in ejb?

1 Answers   Satyam,


How can you sort dates?

2 Answers   TCS,


whats is inheritance?

15 Answers   CTS, HCL,


Can inner class be public in java?

0 Answers  


What is the difference between class forname and new?

0 Answers  


How many types of design patterns are there?

0 Answers  


Categories