what happened to sun.* packages

后端 未结 2 588
孤独总比滥情好
孤独总比滥情好 2021-01-29 07:46

I don\'t find any references in JDK 7 documentation regarding sun.* packages. Is it deprecated. But then what are the substitutes?

For eg: sun.reflect

2条回答
  •  北海茫月
    2021-01-29 08:06

    You have to use the java.lang.reflect package for reflection purposes.

    See: http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/package-summary.html

提交回复
热议问题