Answer Posted / meera
virtual functions are abstract methods in java. by default
all the methods are abstract in interface.
| Is This Answer Correct ? | 60 Yes | 37 No |
Post New Answer View All Answers
What is a class instance variable?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Is string a datatype?
What are memory tables?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
How do you remove all elements from an arraylist in java?
What is final modifier?
Differentiate between the constructors and methods in java?
What is boolean strategy?
What is the benefit of singleton pattern?
What is a short in java?
What are keywords give examples?
Have you ever used hashtable and dictionary?
How do you sing an Applet ?
Is it possible to compare various strings with the help of == operator? What are the risks involved?