What modifiers are used for interface declaration?
Answer Posted / prakash
public and static
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Why are parameters used in functions?
How to optimize the javac output?
Is stringwriter thread safe?
Write a java program to generate fibonacci series ?
What is the main use of generics in java?
Can we use static class instead of singleton?
Difference between ‘>>’ and ‘>>>’ operators in java?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is numeric function?
How can I become a good programmer?
What is the difference between preemptive scheduling and time slicing in java programming?
Write a function to find out longest palindrome in a given string?
When is an object subject to garbage collection?
Why do we need variables?