What is the difference between a vector and an Array? (Java)
Answer Posted / guneetinder singh
A vector is a template class but not the array is.
A grow able array is called vector while array is of fixed size.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How data locks are respected in oracle?
What is the implicit cursor in oracle?
What is ordinary table in oracle?
What happens to indexes if you drop a table?
Briefly explain what is literal? Give an example where it can be used?
What is the quickest way to export a table to a flat file?
Can we store pictures in the database and if so, how it can be done?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
what is Single Byte Overhead...?
What are the different windows events activated at runtime ?
Can we protect our pl/sql source code?
What is null value in oracle?
What are the built-in functions used for sending Parameters to forms ?
Can we write dml statement in function in oracle?
How to use "if" statements on multiple conditions?