❶ "java语言"所涉及到的英语单词有多少都是哪些
你是要问JAVA的关键字吗?java的关键字有这些:
abstract
assert
boolean
break
byte
case
catch
char
class
const
continue
default
do
double
else
extends
final
finally
float
for
goto
if
implements
import
instanceof
int
interface
long
Native
new
null
package
private
protected
public
return
short
static
strictfp
super
switch
synchronized
this
throw
throws
transient
try
void
volatile
while
❷ java涉及到的单词主要有哪些需要记住的!谢谢
final、public、protected、private、friendly、abstract、 static、void、class、extends、implement、import、interface、 synchronized、super、this、throw、throws、try...catch、 byte、int、long、boolean、double、true、false、new、null、short、char、 package、return、switch、break、continue、if、else、do...while、for、 等吧。这些是常见的 关键字。