How to access a variable if it is declared as private?
Answer Posted / ravikiran(aptech mumbai)
the variable declared as private can be accessed with in the
same class only
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are meta-annotations?
How do you do math powers in java?
What is reverse function?
Explain about sets?
What is included in core java?
Do I need java on my pc?
What is structure of java heap? What is perm gen space in heap?
What is the mapping mechanism used by java to identify IDL language?
What is garbage collection? What is the process that is responsible for doing that in java?
Can I extend singleton class in java?
Can array grow dynamically in java?
What is nested loop? What is dangling else condition in it?
What is bufferedreader in java?
What is jagged array in java?
Explain the access modifiers for a class, method and variables?