Wednesday, 4 September 2013

do not understand Class

do not understand Class

When reading a java program, I meet the following piece line of code
Class<? extends VersionedProtocol> protocol;
What does the <? extends VersionedProtocol> stand for? Is this a mechanism
to define a class?

No comments:

Post a Comment