Saved Bookmarks
| 1. |
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);} |
|
Answer» códe is wrong! :[ there's something MISTAKE in it and THUS it will not GIVE a OUTPUT! :[ |
|