Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what does this mean? private <T extends Entity> T initializeEntity(......)

843789Jul 15 2010 — edited Jul 15 2010
I was reading some code in this project and I came acrosss a method which looked like that. Can someone please explain what this is about? or give me a link to read because I don't even know what to google for lols.

 private <T extends Entity> T initializeEntity(User creator, T entity) {
        ....
    }
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 12 2010
Added on Jul 15 2010
2 comments
58 views