博主
258
258
258
258
专辑

第十二节 Java编程常用英文单词

亮子 2022-09-27 02:47:40 3695 0 0 0

1、Java常见关键字

1)、48个关键字:

abstract、assert、boolean、break、byte、case、catch、char、class、continue、default、do、double、else、enum、extends、final、finally、float、for、if、implements、import、int、interface、instanceof、long、native、new、package、private、protected、public、return、short、static、strictfp、super、switch、synchronized、this、throw、throws、transient、try、void、volatile、while。

2)、2个保留字

现在没用以后可能用到作为关键字。

goto、const。

3)、3个特殊直接量

true、false、null。

2、JUC相关

thread、lock、unlock、trylock、

3、数据库相关

database、table、row、column、index、function、trigger、view、mapper、innoDB、MyISAM、hash、B-Tree、B+Tree

select、insert、delete、update、create、alter

4、框架相关

SpringBoot、SpringCloud、SpringSecurity、Ribbon、Feign、OpenFeign、Hystrix、GateWay、Zuul、Eureka、Nacos、config

Controller、RestController、RequestMapping、RequestBody、RequestParam、PathVariable、PostMapping、GetMapping、Autowired、Resource、Service、

Restful、RPC、Dubbo