What does the following line of code achieve? seenagape 9 years ago 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 ← Previous question Next question →