The event started with Welcome Address by Dr Sankar Ganesh S. He introduced the guest to the audience.
In Java, collections are data structures used to store and manipulate groups of objects. The following classes were explained by the Resource Person.:
ArrayList: An ordered collection that allows duplicate elements. It dynamically resizes itself when elements are added or removed.
LinkedList: Similar to ArrayList but implemented as a doubly linked list. It provides more efficient insertion and deletion operations at the cost of slower access times.
HashSet: An unordered collection that does not allow duplicate elements. It uses hashing to store elements, providing constant-time performance for basic operations like add, remove, and contains.
TreeSet: A sorted set implemented using a red-black tree. It stores elements in sorted order and does not allow duplicates.
HashMap: A hash table-based implementation of the Map interface. It stores key-value pairs and provides constant-time performance for basic operations like get and put.
TreeMap: A sorted map implemented using a red-black tree. It stores key-value pairs in sorted order based on the natural ordering of the keys or a custom comparator.
Finally the event ended with vote of thanks.
KPRIET – An AI Integrated Campus
Preparing future-ready engineers with AI-integrated teaching and learning. KPRIET integrates Artificial Intelligence across teaching, learning, research and innovation to create a smarter, future-ready campus experience for students and faculty.