How to access a method that it declared as protected?
Answer Posted / bulbull
only thru inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are green threads in java?
Difference between predicate, supplier and consumer ?
What is bool mean?
Difference between == and .equals() ?
What are the types of sockets in java?
Tell us something about an iterator.
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
How big is a boolean?
How many ways can you break a singleton class in java?
What is the static field modifier?
How can we find the actual size of an object on the heap?
what is the difference between Object Based Language and Object Oriented Language?
Can a static class have a constructor java?
What is difference between array and vector?
How do you override a private method in java?