Showing posts with label casting. Show all posts
Showing posts with label casting. Show all posts

Wednesday, 5 June 2013

Casting - Implicit Casting

class Implicit
{
public static void main(String arg[])
{
int x=10;
double y=x;
System.out.print(y);
}
}
full details in json
Proudly Powered by Blogger.
back to top