Differentiate between hashmap and hashtable.
Are collections thread safe?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
How to reverse singly link list?
Can we extend an array after initialization?
Can hashset contain null?
What is data type and its types?
Mention the steps to insert data at the starting of a singly linked list?
What is meant by int?
Can arraylist be resized?
What is a spanning tree?does the minimum spanning tree of a graph give the shortest distance between any 2 specified nodes?
What do you mean by disjoint set adt?
Does treemap allow duplicate keys?
What is bubble sort and quick sort?