Which is not a keyword?
A: go
B: continue
C: Break
D: Class
E: transient
A: go
B: continue
C: Break
D: Class
E: transient
举一反三
- You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?() A: public B: private C: protected D: transient E: default access
- You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?() A: public B: private C: protected D: transient E: default acce
- You want to limit access to a method of a public class to members of the same class. Which access accomplishes this objective?() A: public B: private C: protected D: transient E: default access
- 在()和()的循环中,要仔细检查()、()语句的使用,避免产生类似goto语句的问题 A: if else continue break B: for if continue break C: for while continue break D: if while continue break
- 以下( )不是Java关键字 A: abstract B: break C: this D: keyword