|
variable access from another file
Hi, in c++ we can define a variable as extern but in java i don't know what to do.
in a file i defined a variable and i want to access this variable from another file in the same package.
i don't know how
anybody please
|