Answer Posted / javac
Interface is a special class which is fully abstracted and
by default variables declared inside an interface are
public static final and methods declared are abstract and
public.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is meant by flickering?
How many bytes is double?
What is the difference between the font and fontmetrics classes in java programming?
What are abstract classes and anonymous classes?
Is array dynamic in java?
What does exclamation mean in java?
why Interface used?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
How to perform linear search in java?
How do you do math powers in java?
What is jvm? Why is java called the platform independent programming language?
What is sortedmap in java?
Why array is used in java?
Is there any sort function in java?
When should I use stringbuffer?