Knowledge database
System.out.println(1+2+"sd");//3sd System.out.println("_"+12+3); //_123 System.out.println("_"+(1+2+3)); //_6