Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 875 Bytes

README.md

File metadata and controls

52 lines (41 loc) · 875 Bytes

J2EE

A JAVAEE test program

数据结构

顺序表
链表

数据算法

快速排序,冒泡排序
二分查找

模式

单例
策略
静态代理
动态代理
观察者模式
装饰模式

基础

Object
String
MAP
Collection
enum
interface
Class
Reflect Method Filed Constructor
泛型 Proxy InvocationHandler
Exception RuntimeException
annotation retention
AWT
SOCKET ,DataGram ,Thread ,IO

JDK1.8

接口默认方法,静态方法
方法引用
lambda 表达式
forEach ,map

Junit

Assert.fail()
Test(timeout,expected)
装饰模式 ,RepeatedTest
Parameterized
@RunWith(Suite.class)
@RunWith(Parameterized.class)