nerdexam
Dell-EMC

E20-495 · Question #37

Given a class called MyAdaptor that implements IAdaptor or extends an existing class that implements IAdaptor, which code snippet represents the correct way to load resources and prepare the class…

The correct answer is C. public class MyAdaptor extends ItemValidator implements IstringValidator ( public void. See the full explanation below for the reasoning.

Question

Given a class called MyAdaptor that implements IAdaptor or extends an existing class that implements IAdaptor, which code snippet represents the correct way to load resources and prepare the class for operation when using the IAdaptor interface?

Options

  • Apublicclass MyAdaptor extends ItemValidatorimplements IstringValidator
  • Bpublic class MyAdaptor extends datasource.prop.PropertiesData-SourceAdaptor public
  • Cpublic class MyAdaptor extends ItemValidator implements IstringValidator ( public void
  • Dpublic class MyAdaptor extends datasource.prop.PropertiesData-SourceAdaptor public

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    11% (2)
  • C
    79% (15)
  • D
    5% (1)

Community Discussion

No community discussion yet for this question.

Full E20-495 Practice