Jump to 0 top | 1 navigation | 2 content | 3 extra information (sidebar) | 4 footer | 5 toolbar


Content

70-536 exam questions

70-536 Exam
TS:MS.NET Framework 2.0-Application Develop Foundation
Exam Number/Code : 70-536
Exam Name : TS:MS.NET Framework 2.0-Application Develop Foundation
Questions and Answers : 204 Q&As
Update Time: 2009-09-12
Price: $ 89.00

1. You are working on a debug build of an application.
You need to find the line of code that caused an exception to be thrown.
Which property of the Exception class should you use to achieve this goal.
A. Data
B. Message
C. StackTrace
D. Source
Answer: C
2. You are working on a debug build of an application.
You need to find the line of code that caused an exception to be thrown.
Which property of the Exception class should you use to achieve this goal.
A. Data
B. Message
C. StackTrace
D. Source
Answer: C
3. You are working on a debug build of an application.
You need to find the line of code that caused an exception to be thrown.
Which property of the Exception class should you use to achieve this goal.
A. Data
B. Message
C. StackTrace
D. Source
Answer: C
4. You are writing a method that returns an ArrayList named al.
You need to ensure that changes to the ArrayList are performed in a thread-safe manner.
Which code segment should you use?
A. ArrayList al = new ArrayList();
lock (al.SyncRoot)
{return al;
}
B. ArrayList al = new ArrayList();
lock (al.SyncRoot.GetType())
{return al;
}
E r t i n s i d e
Certinside Braindumps The safer,easier way to help you pass any IT Certification exams .
C. ArrayList al = new ArrayList();
Monitor.Enter(al);
Monitor.Exit(al);return al;
D. ArrayList al = new ArrayList();
ArrayList sync_al = ArrayList.Synchronized(al);
return sync_al;
Answer: D

http://www.certinside.com/70-536.html

  • No ratings
  • No ratings
  • No ratings
  • No ratings
  • No ratings
  • 0 ratings

Leave a comment


Already have a login?