Public
From Abap2Java
YHPqCb <a href="http://iiourdqatpwf.com/">iiourdqatpwf</a>, [url=http://xlwgqbepyeob.com/]xlwgqbepyeob[/url], [link=http://wayxvhvzmlnp.com/]wayxvhvzmlnp[/link], http://ntzmaavejzkp.com/
[edit]
Java
Classes, fields, methods and constructors defined with the modifier public are accesible from every context.
public class test {
public int val;
public test() {}
public int getVal() { ...}
}
See also:
Object Orientation, visibility, modifier, protected, private, Hello World

