Answer Posted / ravikiran(aptech mumbai)
vector class is from java.util package and all the methods
are synchronized and is a legacy class.and is a growable array
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the exact difference in between unicast and multicast object? Where we will use?
why an outer class cannot be declared as private?
What is hashtable and explain features of hashtable?
what is difference between equals and ==?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
What exactly is java?
What are identifiers in java?
What is autoboxing and unboxing?
What is remote method invocation (rmi)?
How to sort double array in java?
Why you should not use singleton?
Which package is used for pattern matching with regular expressions?
What’s a deadlock?
What is string substring?