by Abdul Moeed | Jan 19, 2024 | How-To/Tips
Map is the efficient data structure that stores user-provided data according to the natural order in key-value pairs. It assigns a unique key to each map element. This key is utilized to retrieve the corresponding values from the map. Due to this...
by Abdul Moeed | Jan 19, 2024 | How-To/Tips
During the application development process, different kinds of exceptions can occur. These exceptions are closely related to errors caused due to invalid operators, heap overload, out-of-memory, and so on. These exceptions halt the working of an overall program or...
by Abdul Moeed | Jan 19, 2024 | How-To/Tips
The CSV or “Comma Separated Values” is a file format containing data in rows and columns where each value is separated by a “comma” symbol. This file is mainly used to transfer data from one place to another due to its compressed size and...
by Abdul Moeed | Jan 19, 2024 | How-To/Tips
Map merging is essential while working on a project that is being managed by multiple team members from different platforms. Merging of maps allows us to see modifications and the latest updated data which helps in reducing conflict. Maps store data in a key-value...
by Abdul Moeed | Jan 9, 2024 | How-To/Tips
Almost all Linux distributions allow us to create, delete, and move files. One of the most frequent tasks while using Linux is moving files and folders from one place to another This guide will demonstrate how to move files to other folders in Linux using the command...