C# Exclusive Interview Questions and Answers (453) - Page 20

  • A joint initiative from DotNetFunda.Com and Questpond.
  • A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
  • You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.

453 records found.

Get 650+ Questpond's Interview videos on discount

What is difference between Compilation and Runtime.

A high level language which means it is meant for humans to understand not for computers. For a computer to understand a program it has to be compiled, that is changed into machine language. Once a program is in machine language then the computer can understand it and perform the actions it describes (that is to run the program). A program need only
be compiled once but (once compiled) it can be run any number of times.
The number of bytes a character takes is decided by the type of ________________

NOTE: This is objective type question, Please click question title for correct answer.
In a stream of Binary, the unit of data is ___________

NOTE: This is objective type question, Please click question title for correct answer.
___________ is inherited from stream.

NOTE: This is objective type question, Please click question title for correct answer.
Stream and its inherited classes provide us data in the form of _____________

NOTE: This is objective type question, Please click question title for correct answer.
_________________ is used to read from, write to, and manipulate file-related operations.

NOTE: This is objective type question, Please click question title for correct answer.
File stream objects support random access to files using the ___________ method.

NOTE: This is objective type question, Please click question title for correct answer.
_____________ has no backing store and might be useful as a temporary buffer.

NOTE: This is objective type question, Please click question title for correct answer.
In __________ serialization only the public instance members of a public class can be serialized

NOTE: This is objective type question, Please click question title for correct answer.
The write method is ____________ for all the basic datatypes

NOTE: This is objective type question, Please click question title for correct answer.
________ does not need buffering

NOTE: This is objective type question, Please click question title for correct answer.
Describe the difference between a Thread and a Process

Threads are similar to processes, but differ in the way that they share
resources. Threads are distinguished from processes in that processes
are typically independent, carry considerable state information and have
separate address spaces. Threads typically share the memory belonging
to their parent process.
Every process has _____________

NOTE: This is objective type question, Please click question title for correct answer.
In _____________ scheduling, OS can un-schedule a thread even if it did not complete its task.

NOTE: This is objective type question, Please click question title for correct answer.
Scheduling is done based on the priority of __________

NOTE: This is objective type question, Please click question title for correct answer.
A thread is waiting for processor to be allocated to it in __________ state.

NOTE: This is objective type question, Please click question title for correct answer.
While in __________ state, the thread doesn't perform any task

NOTE: This is objective type question, Please click question title for correct answer.
A thread is said to be in ___________ state when the resources are not available to it and it is waiting for them.

NOTE: This is objective type question, Please click question title for correct answer.
In .Net every thread has two objects associated with it. Custom object and object of type _____________ .

NOTE: This is objective type question, Please click question title for correct answer.

More C# Interview Questions & Answers here

Found this useful, bookmark this page to the blog or social networking websites. Page copy protected against web site content infringement by Copyscape

 Exclusive Interview Questions and Answers Categories