Are cao stateful in nature?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How we free the memory in C#.NET.

3 Answers   Synechron,


Is var a data type?

0 Answers  


What is array class in c#?

0 Answers  


What is a Assembly?

0 Answers   UGC Corporation,


What is dependency in software?

0 Answers  






what is work of continue statement in C#?

3 Answers  


How do you inherit from a class in C#?

3 Answers   Visual Soft,


Why are strings immutable c#?

0 Answers  


In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?

0 Answers  


What is yield return in c#?

0 Answers  


destructor, Dispose, Finalize - How they relate to each other

1 Answers   Synechron,


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


Categories