What is Collection interface?
Answer / ravikiran(aptech mumbai)
Collection interface provides convinience methods for adding
removing and iterating the objects in and out from collections
| Is This Answer Correct ? | 10 Yes | 0 No |
What is an array in java?
How can I debug the Java security exceptions and AccessControlExceptions?
How do you remove all elements from an arraylist in java?
Objects or references which of them gets garbage collected?
What is garbage collection? Can it be forced to run?
Differentiate between stringbuffer and string?
What will happen if a thrown exception is not handled?
0 Answers ABB, Akamai Technologies, Infogain,
What do you know about the garbage collector in java?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
What are format specifiers in java?
Write a java program to print fibonacci series?
Explain the term serialization?