Thread: Quiz Time
View Single Post
  #76 (permalink)  
Old 05-08-2008, 02:05 PM
sanjeevtarar's Avatar
sanjeevtarar sanjeevtarar is offline
Senior Member
 
Join Date: Apr 2008
Location: Delhi(India)
Posts: 249
sanjeevtarar is on a distinguished road
Quote:
Originally Posted by sukatoa View Post
Without attempting to compile the code below,

What should be the output?

Code:
public class test { public static void main(String quiz[]) { System.out.print("H" + "a"); System.out.print('H' + 'a'); } }

Will not compile
__________________
sanjeev,संजीव
Reply With Quote