we cannot override private or static methods in java. private methods in java are not visible to any other class which limits their scope to the class in which they are declared.
239 questions
203 answers
2 comments
692 users