Interview Questions

What is the output for the following code snippet:..

ASP.NET and .NET WEB Questions and Answers


(Continued from previous question...)

What is the output for the following code snippet:..

What is the output for the following code snippet:

public class testClass
{
public static void Main(string[] args)
{
System.Console.WriteLine(args[1]);
}//end Main
}//end class testClass

* Compiler Error
* Runtime Error
* Hello C# world
* None of the above


Runtime Error

(Continued on next question...)

Other Interview Questions