A boolean in C# is
BOOL
bool
Boolean
boolean
True or False. Is Foo.Print() a valid statement? Given a class Foo and it has a function public void Print (); Foo f = new Foo (); Foo.Print ();
True
False
True or False. Like in C++, using exception does carry some performance penalty
Which of the following is jagged array creation?
string [,,] aMatrix;
string [][][] aMatrix;
int [][]aInt= new int[3][];
None of the above.
1) JavaScript is ...
same as Java
kind of like Java
different than Java
written part of Java
2) JavaScript is ...
subjective
objective
evil
object based
3) To comment out a line in JavaScript ...
Precede it with two forward slashes, i.e. '//'
Precede it with an asterisk and a forward slash, i.e. '*/'
Precede it with an asterisk, i.e. '*'
Precede it with a forward slash and an asterisk, i.e. '/*'
Methods that work on the data are called accessor methods.
4) JavaScript can only run on Windows