PrivProt0public class PrivProt0 extends Object Member modifier "private protected" is now gone from the language!
This class proves it: modern Java compilers must reject this file. |
Fields Summary |
---|
protected int | a | public int | b |
Constructors Summary |
---|
PrivProt0(int ia, int ib)
a = ia; b = ib;
|
|