What is meant by polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is the arguement of main method?
What 5 doubled?
What is the base class in java from which all classes are derived?
Which is the best way to use for String concatenation in Java?
What is string and example?
Difference between a Scrollbar and a ScrollPane?
What is http client in java?
Explain all java features with real time examples
Is an array a vector?
Why is it called buffering?
How many bits is a string?
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).