Synthetic Class in Java

后端 未结 13 1761
广开言路
广开言路 2020-11-29 17:15

What is a synthetic class in Java? Why should it be used? How can I use it?

13条回答
  •  醉话见心
    2020-11-29 17:32

    Also Synthetic Classes or Dynamic Proxies are used by EasyMock to create implementations of interfaces or abstract classes at runtime.

    http://www.easymock.org/

提交回复
热议问题