What do you mean Abstraction in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is data and its types?
what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 Answers emc2, Kumaran Systems,
What is "Java Native Interface" and how to use it?
can any one tell me when do u go for inheritance and polymorphism
What is space character in java?
What is the purpose of encapsulation?
What is anti pattern in programming?
How do you add an element to an arraylist in java?
What is bom encoding?
Java is based on pass by reference or pass by value ..
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
Which is better arraylist or vector?