单选x6,不定项x3,填空x3,问答x9 ;这里记录一下记得的 :选择 :public class test { static int x = 10 ; static{x+=5;} public static void main(String[] args) { System.out.println(x); } static {x/=3;}}上面输出5 ;synchroinzed和Lock的区别?Arraylist和LinkedList的区别填空 :Spring Boot的主要特点(6个) : ?单例模式的两个关键点 ?确保只有一个实例存在和提供公...