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
Can we sort a map in java?
What is proper subset?
What is null in java?
How to add menushortcut to menu item?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What is thread pool in java with example?
What is the difference between static and global variables and also define what are volatile variables?
Can arraylist hold different types java?
Difference between string s= new string (); and string s = "abv";?
Why map is used in java?
What are the different types of inheritance in java?
What is the static import?
Is 64bit faster than 32 bit?
What is a line separator in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.