What will be the output of the following program?
public class DemoOnLiteral1
{
public static void main(String args[])
{
char first="";
char second='\";
System.out.println(first + "I know Dancing" + second);
}
Answers
Answered by
0
Your códe is wrong! :[ there's something mistake in it and thus it will not give a output! :[
Similar questions