Found this code over the internet :) ...Took me some time to debug. Please copy-paste the below code in eclipse and start analysing - why this is happening?
Hint: linefeed and curly braces :)
public class TimePass { public static void main(String[] args) { if ( false == true ) { //these characters are ignored?: \u000a\u007d\u007b System.out.println("false is true!"); } } }
Hint: linefeed and curly braces :)
No comments:
Post a Comment