Last updated 3 years ago
Was this helpful?
String str = "abc"; char test = 'H' System.out.print(str+test);