In Inheritence concept, i have a static method in super
class and i am inheriting that class to one sub class.in
that case the static method is inherited to sub class or
not????
Answer Posted / muthu pandi
The static method is may inherite in the sub class.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What happens if an exception is throws from an object's destructor?
What is the function of compareto in java?
Does sprintf add a null terminator?
What is the collections api in java programming?
What is primitive data type in java?
Can an interface extend another interface?
What is the disadvantage of synchronization?
How does finally block differ from finalize() method?
Does treeset use compareto?
What is the use of :: in java?
List primitive java types?
What is an error in java?
How to make a class or a bean serializable?
Does java support multiple inheritance or not?
How do you convert an int to a string in java?