How to access a method that it declared as protected?
Answer Posted / ravikiran(aptech mumbai)
a protected method can be accessed with in the same packege
and subclasses outside of the package
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How do you create a sop?
Does constructor be static?
How do you control extraneous variables?
What is the basic concept of java?
What is an iterator java?
What is an class?
How we can make copy of a java object?
Which java ide is used the most?
Write a program to check for a prime number in java?
How many digits can a float hold?
What are the characteristics of java?
how can you catch multiple exceptions in java?
What is hashing principle in java?
Is ruby built on java?
What is the difference between static method and instance method in Java?