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
Why is boolean important?
What does sprintf return?
How many bytes is a url?
Can a constructor be made final?
Explain a situation where finally block will not be executed?
Can we declare the main method of our class as private?
What is mvc in java?
What are daemon Threads in java?
Similarity and difference between static block and static method ?
What does a boolean method return?
Explain when noclassdeffounderror will be raised ?
What are the differences between this and super keyword?
What do you understand by garbage collection in Java? Can it be forced to run?
Explain the private field modifier?
How are java objects passed to a method and what are native methods?