Multiple Choice Question

Quiz Guidelines

 

QID: 
104
Question: 

Which of the following are valid at line 1?

public class X{
//line 1: insert code here.
}

Select 2 options

A. String s;
B. String s = 'asdf';
C. String s = 'a';
D. String s = this.toString();
E. String s = asdf;

Q&A Set: