70-536 MCPD MCTS Braindump
ExamSoon 70-536 Exams
Microsoft TS:MS.NET Framework 2.0-Application Develop Foundation
O rder : 70-536 Exam
Practice Exam: 70-536
Exam Number/Code: 70-536
Exam Name: TS:MS.NET Framework 2.0-Application Develop Foundation
Questions and Answers: 204 Q&As
Free 70-536 Braindumps
Exam : Microsoft 70-536
Title : TS:MS.NET Framework 2.0-Application Develop Foundation
1. You write the following code.
Public Delegate Sub FaxDocs(ByVal sender As Object, _
ByVal args as FaxArgs)
You need to create an event that will invoke FaxDocs.
Which code segment should you use?
A. Public Shared Event Fax As FaxDocs
B. Public Shared Event FaxDocs As FaxArgs
C. Public Class FaxArgs
Inherits EventArgs
Private coverPageInfo As String
Public Sub New(ByVal coverInfo As String)
Me.coverPageInfo = coverInfo
End Sub
Public ReadOnly Property CoverPageInformation As String
Get
Return Me.coverPageInfo
End Get
End Property
End Class
D. Public Class FaxArgs
Inherits EventArgs
Private coverPageInfo As String
Public ReadOnly Property CoverPageInformation As String
Get
Return Me.coverPageInfo
End Get
End Property
End Class
Answer: A
2. Which of the following allows remote access to an IBM i console running on an HMC?
A. Telnet (Port 23) to the IP address of the HMC
B. Telnet (Port 2300) to the IP address of the HMC
C. HTTP (Port 80) to the IP address of the Version 7 HMC
D. Telnet (Port 2001) to the IP address of the partition
Answer: B
3. Electronic Service Agent is a no-charge tool that performs which of the following tasks?
A. Performs dynamic processor and memory tuning.
B. Performs scheduled software maintenance including APARs and PTFs.
C. Gathers and reports inventory using the Inventory Scout feature included with the IVM.
D. Proactively monitors and reports hardware events, such as system errors, performance issues, and inventory.
Answer: D
4. 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