Collection Framework Interview Questions
Hello friends Today we discuss about frequently ads Collection Framework Interview Questions in any company Interview.
- What are limitation of object Arrays?
- Explain about List interface?
- Explain about Set interface?
- Explain about SortedSet interface?
- Explain about NavigableSet?
- Explain about Queue interface?
- Explain about Map interface?
- Explain about SortedMap?
- Explain about NavigableMap?
- What are differences between arrays and collections?
- What are differences between arrays and ArrayList?
- What are differences between arrays and Vector?
- What is Collection API?
- What is Collection framework?
- What is difference between Collections and Collection?
- Explain about Collection interface?
- Explain about ArrayList class?
- What is RandomAccess Interface?
- Explain about LinkedList class?
- Explain about Vector class?
- What is difference between ArrayList and Vector?
- How we can get synchronized version of ArrayList?
- What are limitations of Enumeration?
- What is difference between enum and Enumeration?
- What is difference between Iterator and ListIterator?
- What is relation between ListIterator and Iterator?
- Explain about HashSet class?
- What is difference between size and capacity of a Collection Object?
- What is difference between ArrayList and Linked List?
- What are legacy classes and interfaces present in Collections framework?
- What is difference Enumeration and Iterator?
- If we are trying to insert duplicate values in Set what will happen?
- What is LinkedHashSet?
- What is difference between HashSet and LinkedHashSet?
- What are major enhancements in 1.4 version of collection frame work?
- Explain about TreeSet?
- What is difference between HashSet and TreeSet?
- What is Entry interface?
- Explain about HashMap?
- Explain about LinkedHashMap?
- What are the differences between HashMap and LinkedHashMap?
- What are the differences between HashMap and Hashtable?
- What is IdentityHashMap?
- What is difference between HashMap and IdentityHashMap?
- What is WeakHashMap?
- What is difference between HashMap and WeakHashMap?
- What is TreeMap?
- What is Hashtable?
- What is PriorityQueue?
- What are differences between List and Set interfaces?
- What is Comparable interface?
- What is Comparator interface?
- What are differences between Comparable and Comparator?
- What is Arrays class?
- We are planning to do an indexed search in a list of objects. Which of the two Java collections should you use: ArrayList or LinkedList?
- Why ArrayList is faster than Vector?
- How we can sort the elements of list?
- How we can reverse the order of elements of a list?
- Explain about Collections class?
- Is it possible to convert array into ArrayList form?
- Explain about binarySearch() method available in Collections and Arrays classes?
- What is the difference b/w index and insertion point?
- What is load-factor?
- What is the b/w reverse () and reverseOrder () present in Collections class?
- Explain about Arrays class?
- How we can implement sorting for arrays?
- Is it possible to convert collection object to Array?
No comments :
Post a Comment