What is meant by final class?
No Answer is Posted For this Question
Be the First to Post Answer
Explain an intermediate language?
java is pure object-oriented programming language?why it is platform independent.
what is difference between class and object?
43 Answers College School Exams Tests, HCL,
What is fail first in java?
What is difference between string and new string?
What is the disadvantage of java?
How many types of modifiers are there?
Does collectionutils isempty check for null?
What is default size of arraylist in java?
What is thread?
Which collection is ordered in java?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why