|
What this is
Other links
The source codeimport java.io.Serializable; public class X2<T extends Object & Serializable> { T t; public static <U extends Exception> void foo(U u) {} public static <U extends Object & Serializable> void foo(String s, int i, U u) {} public static void foo(String s, int i, String[] tab) {} public void bar() { foo("", 0, null); } } |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.