Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?


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

Post New Answer

More C Sharp Interview Questions

What?s a multicast delegate?

3 Answers  


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  


How big is a float?

0 Answers  


Is it true that all c# types derive from a common base class?

0 Answers  


Is as keyword in c#?

0 Answers  


What is the use of console readline () in c#?

0 Answers  


Define delegation in .net?

0 Answers  


What do you mean by stack and heap in c#?

0 Answers  


What are the Different kinds of methods?

4 Answers   Wipro,


What is the Difference between read only and constant variables?

14 Answers   SilverKey,


Does c# replace c++?

0 Answers  


what is unit testing

2 Answers  


Categories