Briefing Android Knowledge

What does the following line of code achieve?

What does the following line of code achieve?
Intent intent = new Intent(FirstActivity.this, SecondActivity.class );

A.
Creates an hidden Intent

B.
Creates an implicit Intent

C.
Create an explicit Intent

D.
Create an explicit Intent