Answer Posted / therathna
for what package r u asking
there is no meaning for Global variables in Packages
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is difference between wait and notify in java?
What's the default access specifier for variables and methods of a class?
What is meant by 'Class access modifiers'?
What is variable and its types?
What are variable names?
How do we access static members in java?
What is currentthread()?
What is continuity of a function?
What does string intern() method do?
What is final int?
What is a priority queue java?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is the basic difference between string and stringbuffer object?
what invokes a threads run() method? : Java thread