Engineering Full Stack Apps with Java and JavaScript
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;