This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
What will happen when this code is compiled and run?
Acc.to JQPlus,the answer is the code won't compile. I tried the above code ,it compiles and runs printing : nullnull nulltrue truenull
In this case,it gives a compiler error ,as it's an ambiguous reference : bcos println() can take both char[] & String as parameters. Could someone clarify these 2 cases ? Thanks in advance.