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
When should I use singleton pattern?
How to instantiate member inner class?
What is an immutable object?
What is the difference between double and float variables in java?
Is the milky way in a void?
How to sort numbers in java without array?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What is immutable in java?
What is the largest long allowed by java?
How does arrays sort work in java?
What is difference between class and object in java?
Write a program to print all permutations of string?
What is pass by value?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Can we declare a class as abstract without having any abstract method?