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
Math,
1 month ago
Social Sciences,
1 month ago
Biology,
1 month ago
English,
3 months ago
History,
3 months ago
Science,
10 months ago
Political Science,
10 months ago