Java
Collections
1.1 Queue and Deque
HashSet and TreeSet
HashMap and TreeMap
Vector and ArrayList
HashMap vs. TreeMap vs. Hashtable vs. LinkedHashMap
overloading VS overriding
Multithreading
Design patterns
interface vs abstract class
class Pair
compare function
Garbage Collection
Modifier Types
Exception
Inheritance
override exception throw
static method re-declare or override?
String
Wrapper class
package
class and object
random number
Difference between JDK, JRE and JVM
Powered by
GitBook
Vector and ArrayList
Vector and ArrayList
Vector is synchronized while ArrayList is not synchronized. In Vector class all the methods are synchronized.
Vector is slow as it is thread safe.
Stack is subclass of Vector
results matching "
"
No results matching "
"