ive to insert a new line character between 2 strings . how to do this?
ie String data="1st string"+"new line char"+"2nd String";
how to insert this new line char ?
ie String data="1st string"+"new line char"+"2nd String";
how to insert this new line char ?
