What's your favourite language?
How do you connect to a database in your code?
int i = 5;
for (int j=0; j<10; j++)
{
i++;
}
What's the value of i at the end?
If you forget about a system method or function, what do you do?
StringBuilder, String, string, int32, int
Which one is invalid?