When we give defination of interface method in the class why
method must be public???
Answer Posted / prakash
all methods in interfaces are public by default...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is static class
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
How do you reverse sort a list in java?
What are the benefits of operations?
What are different types of constants?
What is a conditional equation?
What does 0 mean in boolean?
What is treeset in java collection?
Which is the best sorting technique in java?
Can we create more than one object singleton class?
Explain about oops concepts.
what is the difference between yielding and sleeping? : Java thread
What is the difference between equals() and == in java?
What sorting algorithm does javascript use?
When we serialize an object does the serialization mechanism saves its references too?