![]() |
Access Modifiers and Specifiers
What are Access Modifiers and
What are Access Specifiers |
Re: Access Modifiers and Specifiers
There is no difference between Access Modifiers and Access Specifiers. Its just different names for the same Stuff.
Quote:
|
Re: Access Modifiers and Specifiers
then some people say
Access Modifiers are transient static...etc what are those |
Re: Access Modifiers and Specifiers
Transients and statics are different and there is nothing relating to the difference between Access Modifiers and Specifiers.
Transient Temporary; transitory; not lasting or enduring. or Varying in time, as opposed to steady state. Static For class variables, the variable is shared by all objects of the class and retains its value within the entire program. For internal variables, the variable has block scope and retains its value between function calls. Thanks Shabbir Bhimani |
Re: Access Modifiers and Specifiers
thanks for the reply
|
Re: Access Modifiers and Specifiers
hi
expalian transient in java with example :confused: |
Re: Access Modifiers and Specifiers
can we change access modifiers in case of over loading and overriding :confused:
|
Re: Access Modifiers and Specifiers
Quote:
|
| All times are GMT +5.5. The time now is 15:06. |