除了TCP和UDP之外,还有其他一些常用的传输协议,如: ICMP(Internet Control Message Protocol):用于在IP网络中传递控制消息和错误报文。 SCTP(Stream Control Transmission Protocol࿰…
关键符号 ::
静态方法引用
类名::静态方法 如果某个Lambda表达式里只是调用一个静态方法,并且前后参数一致,可以使用静态方法引用
public class test {public static void main(String[] args) {People [] p new People[]{new People(12,"ccc&q…