When abstract methods are used?
Answer / rakesh achary
When there is abstract class or in interface
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the functionality of the stub?
how to one war file class to another war file class?
Is there any limitation of using inheritance?
By what default value is an object reference declared as an instance variable?
What do you understand by the term string pool?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
Why string is a class?
What is anagram number?
In how many ways we can do exception handling in java?
What is run time polymorphism?
6 Answers eClerx, Elementus Technologies,
Write a program to reverse array in place?
How do you achieve polymorphism in java?