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.
21st Century Engineering College in Coimbatore
World is transforming everyday. In the rapidly evolving engineering landscape, we have an Increased responsibility to transform the engineering education from traditional curriculum to meet the 21st century skills like Creativity, Critical Thinking, Collaboration and Communication. Through our unique and strategic approach we enable our students to learn beyond and prepare them for life long success.