Public class Vikram
{
public static void main(String[] args)
{
http:// vikram-programmingwithjava.blog spot.in/
System.out.println("Why is the URL allowed above?");
}
}
Will the Program Compile ???
If Yes what would be the Output and will http:// vikram-programmingwithjava.blog spot.in/ be displayed in screen ?
If No what is the error in the program ???
Post your answers below.........
{
public static void main(String[] args)
{
http://
System.out.println("Why is the URL allowed above?");
}
}
Will the Program Compile ???
If Yes what would be the Output and will http://
If No what is the error in the program ???
Post your answers below.........
No comments:
Post a Comment