Thread: Quiz Time
View Single Post
  #102 (permalink)  
Old 05-09-2008, 07:43 AM
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 Eranga View Post
Yep, normally called as unclosed character literal.

So what is the different of,

Code:
System.out.println((String)"Java");
and,

Code:
System.out.println("Java");
I think there is no such an difference

Eranga ......What about last ans
__________________
sanjeev,संजीव
Reply With Quote