What is the system namespace?



What is the system namespace?..

Answer / Vinay Kumar Dhuriya

In C#, the System namespace contains fundamental classes that are necessary for building most types of applications. For example, the Console class used for console I/O is found in the System namespace.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How can we sort the elements of the array in descending order?

1 Answers  


In C#, explain the difference between overloading and overriding.

1 Answers   Accenture,


Why do we need generics?

1 Answers  


Explain what are three test cases you should go through in unit testing?

1 Answers  


what is a constructor? What is a destructor?

1 Answers  


What is the execution entry point for a c# console application?

1 Answers  


Can abstract class have parameterized constructor?

1 Answers  


What is session variable in c#?

1 Answers  


Which is faster dictionary or list?

1 Answers  


What does assert() do in c#?

1 Answers  


What is the main purpose of linq?

1 Answers  


Why are c# strings immutable?

1 Answers  


Categories