Which of the following is a legal string assignment?()
A: "name" = Jones;
B: name = "Jones";
C: name = 'D' + "Jones";
D: b and c above
A: "name" = Jones;
B: name = "Jones";
C: name = 'D' + "Jones";
D: b and c above
举一反三
- ---- Hello. Bill Burton from Pacific Insurance. May I speak to Ms Jones, please? A: This is B: I am C: my name is D: That is
- Which of the following should not be listed on a certificate issued by A: Private key B: . User name C: Period of validity D: Algorithm name E: None of the above
- Which of the following is the name of the Core J2EE tier? A: Business B: Integration C: Presentation D: All of the above
- Student类中存在String类型name属性,下列Student类的构造方法中,哪个是正确的? A: Student(String name){} B: Student(String name) C: Student(name)() D: NewStudent (String name){}
- 下面request对象的哪个方法可以获取页面请求中的复选框的值? A: String getParameter(String name) B: String[] getParameter(String name) C: String getParameterValues(String name) D: String[] getParameterValues(String name)