4th point in the data types part 9

syso(“Hello” + ‘t’ + “world”)
how did the ‘\t’ get appended in the string …i did not understand the 4th point completely

Hi Nipun

If you use

System.out.println(“Hello” + ‘\t’ + “world”);

then the output will be Hello world separated by tab.

Hi Nipun
As you are not responding to this thread, I am marking your doubt as Resolved for now. Re-open it if required.

Please mark your doubts as resolved in your course’s “ Ask Doubt ” section, when your doubt is resolved.