Computer Science, asked by jinasasslunkarani, 1 year ago

what is question mark in java generics

Answers

Answered by sairockzz
0
From Java documentation: In generic code, the question mark (?), called the wildcard, represents an unknown type. The wildcard can be used in a variety of situations: as the type of a parameter, field, or local variable; sometimes as a return type (though it is better programming practice to be more specific).
Similar questions