CrazYmonkeY159
Expert Member
So I was finding out how to schedule a timed process in java all is well and I discovered this
There is a LOC which reads
What is the <?> for? I know that the angled brackets are used in generics a lot on Java but what does this line of code actually mean.
I pretty much understand the gist of the code, but that particular LOC is not all that clear to me.
There is a LOC which reads
Code:
final ScheduledFuture<?> beeperHandle =
What is the <?> for? I know that the angled brackets are used in generics a lot on Java but what does this line of code actually mean.
I pretty much understand the gist of the code, but that particular LOC is not all that clear to me.