|
Java example source code file (T5048776.java)
The T5048776.java Java example source code/* * @test /nodynamiccopyright/ * @bug 5048776 * @compile/ref=T5048776a.out -XDrawDiagnostics T5048776.java * @compile/ref=T5048776b.out -XDrawDiagnostics -Xlint:all,-path T5048776.java */ class A1 { void foo(Object[] args) { } } class A1a extends A1 { void foo(Object... args) { } } class A2 { void foo(Object... args) { } } class A2a extends A2 { void foo(Object[] args) { } } Other Java examples (source code examples)Here is a short list of links related to this Java T5048776.java source code file: |
... 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.