What is the difference between std::string and String

std::string is not null terminated char array (a.k.a cstring). std::string is the counter part of Arduino String on different platforms.