Strings are sequences of characters that can be manipulated and combined in various ways. Common string operations include inserting variables, concatenating strings, determining string length, checking if a substring is contained, extracting substrings by location, and splitting strings into an array. The document provides examples of performing these operations in Java, Objective-C, and Swift.