Test Your Programming Skills with Safcode!


Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"



Quiz Start


=
<=
<>
==

View Answer

By using the ThreadPool class
By using synchronization events
None of them
By using the Task class

View Answer

invoked
referenced
static
anonymous

View Answer

All of them
Partial
unnamed
Anonymous

View Answer

length()
getlength()
Length
textlength()

View Answer

new obj = new ();
class myobj = myclass();
all of these
myclass myobj = new myclass();

View Answer

select
from
return
where

View Answer

IDictionary
IEnumerator
ICollection
IList

View Answer

anonymous
unnamed
named
partial

View Answer

public delegate int Calculation(int numOne, int numTwo);
delegate Calculation (int numOne, int numTwo);
delegate int Calculation (int numOne, int numTwo);
public delegate Calculation(int numOne, int numTwo);

View Answer