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 public static?
How do I compare two strings in word in java?
What is the ==?
What is java beans?
a thread is runnable, how does that work? : Java thread
What is a generic type?
Define an applet in java?
What is string [] java?
Explain java coding standards for classes or java coding conventions for classes?
When object is created and destroyed?
Define class?
What is a finally block? Is there a case when finally will not execute?
What are the application of stack?
What is difference between local variable and global variable?
How can an exception be thrown manually by a programmer?