java里泛型
javaSE泛型、反射与注解的核心原理与实际应用
目录前言一、泛型(Generic):编译时的类型安全保障1.1 泛型的核心作用1.2 泛型的基本用法1.2.1 泛型类与泛型接口1.2.2 泛型方法1.2.3 类型通配符(Wildcard)1.3 泛型的局限二、反射(Reflection):运行时的类信息[详细]
2025-08-06 10:34 分类:开发Junit : add handling logic when exception is not expected
I am trying to print the stack trace of the exception. However, for negative test case, only the unexpected exception is printed.[详细]
2022-12-29 05:58 分类:问答