Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
"What does the following annotation
<?>
indicate in the following context:"
Java
ScheduledFuture<?> schedFuture = scheduler.scheduleAtFixedRate();
Posted
Updated 17-May-12 10:05am
v4
Comments
Member 8991864 17-May-12 16:11pm    
Sorry folks, it took me a couple of minutes to figure out that I needed to wrap the code snippet in tags.
Member 8991864 17-May-12 17:23pm    
Are there any answers to my question out there?
lewax00 17-May-12 17:40pm    
If you'd take a minute to read the link in my solution you'd have your answer already...

1 solution

Looks like it's a wildcard[^] for the generic.
 
Share this answer
 
Comments
TorstenH. 18-May-12 3:37am    
+5!

One normally exchanges the '?' into the type of object one stores in there.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900