//Ouestion : Remove all junks and special charracter from the string... //Explenation : to remove all junks from the string we can use replaceAll method of String // where first argument is regular ...