Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311) 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 8414DateTime[] 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 6566class 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 5006Method1() { 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 3664interface a { Method1() Method2() } class b: a { override Method1() override Method2() } what will happen & why?
5 8036in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview
TCS,
5 8269in 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 does runwithelevatedprivileges do?
How do I set excel to open in read only?
What is range in excel sheet?
What is the difference between CONST and READONLY?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
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
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
What is ms excel ms word?
What is the difference between debug and release?
What is the difference between console and windows application?
Can you create spreadsheets on ipad?
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?
Is null c# operator?
What is a workflow stage shape in sharepoint designer 2013?
Explain the use of virtual, sealed, override, and abstract method?