答案 0 :(得分:1)
这些是Java中的保留关键字:abstract
assert
boolean
break
byte
case
catch
{{1} } char
class
const
continue
default
double
do
else
enum
{{1} } extends
false
final
finally
float
for
goto
if
implements
{{1} } import
instanceof
int
interface
long
native
new
null
package
private
protected
public
return
short
static
strictfp
super
switch
synchronized
this
throw
throws
transient
true
try
...使用这样的保留关键字作为字符串资源的名称完全是非法的-因为这将导致像void
一样的资源描述符。>
解决方案是-不用关键字:
volatile