Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Microsoft Related Interview Questions
Questions Answers Views Company eMail

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

6 8414

DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 6566

class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 5006

Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 3664

interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?

5 8036

1234 123 12 1 how to design above pic in vb.net?

ABC,

2 7350

in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview

TCS,

5 8269

how to write html code with ssl

DCI,

2124

what is namespace?

6 9374

What are the different generaions of Garbage Collection and how do they work

4 7944

in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 7870

what is CLR?

PrimeLine,

3 6880

what is CLR?

PrimeLine,

3 6443

what is CTS?

PrimeLine,

3 6971

What is CLS?

IBM, PrimeLine, TCS,

5 12416


Un-Answered Questions { Microsoft Related }

What does runwithelevatedprivileges do?

739


How do I set excel to open in read only?

584


What is range in excel sheet?

696


What is the difference between CONST and READONLY?

1083


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2928


IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class

2021


hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays

2343


What is ms excel ms word?

562


What is the difference between debug and release?

1093


What is the difference between console and windows application?

981


Can you create spreadsheets on ipad?

589


i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?

2218


Is null c# operator?

965


What is a workflow stage shape in sharepoint designer 2013?

763


Explain the use of virtual, sealed, override, and abstract method?

898