Answer Posted / nani
Private : It can access with in the class only
public :It can Access Any where in java program
proteced:It can access with in the package and sub class of
the package also
default:it access with in the java program.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the key functions of data binding?
Explain the concept of hashtables?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
What is instance example?
What is variable and example?
what is bmg file and how to create that files?what will it contailn?
Why there are some null interface in java? What does it mean?
What does isempty () do in java?
What do you mean by local variable and instance variable?
Difference between Preemptive scheduling vs. Time slicing?
What are measurable parameters?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is qualitative variable?
What is generics in java interview questions?
What is argument in java?