Do you know the difference between the stack and the heap?
No Answer is Posted For this Question
Be the First to Post Answer
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
Explain me what is an anonymous method and how is it different from a lambda expression?
Explain what is heap and what is stack?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
What do you mean by web service?
How to get the hostname or IP address of the server?
What is finalize method in .net?
Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??
Can you create instance of a class which has private constructor?
Please explain what is the difference between encrypting a password and applying a hashing?
What is data type and how many types of data types are in .NET ?
How to load the contents of an xml file into an xmldocument object?