今天在启动项目时控制台给出了警告说:TLS 1.0协议不安全,仅支持向后兼容。推荐使用TLS 1.2及以上版本。
Security Warning: The negotiated TLS 1.0 is an insecure protocol and is suported for backward compatibility only. The reconmmmended prot…
public class StudentTest {public static void main(String[] args) {Student[] stus new Student[20]; //声明Student类型的数组(这只是创建数组,因为是引用数据类型(只能存放null或者地址),还没创建对象࿰…