Java / Generics
Unbounded Wildcards.
Also known as Collection of Unknown type, specified using the wildcard character(?). for e.g., List , Collection.
An example of unbounded wildcards.
public static void printCollection(List<?> myList) { for (Object key: myList) { System.out.print(key + " "); } }
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
More Related questions...