Multiple choice technology web technology

The ------- name space contains classes for working with EVENT LOG

  1. System.IO

  2. System.Data

  3. System.Diagnostics

  4. System.Directory

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

System.Diagnostics is the namespace that contains classes for working with Event Log, including the EventLog and EventLogEntry classes. System.IO handles file I/O, System.Data handles database access, and System.DirectoryServices handles directory services.