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» Your códe is WRONG! :[ there's something MISTAKE in it and THUS it will not GIVE a output! :[ |
|