What modifiers are used for interface declaration?
Answer Posted / ravikiran
public+abstract
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How do you find the maximum number from an array without comparing and sorting?
Why is stringbuffer not immutable?
What is an escape character in java?
Is there a jre for java 11?
What do you mean by order of precedence and associativity?
What best practices should you follow while writing multithreaded code in java?
What is stream api in java8?
Is there any tag in htm to upload and download files?
What are the important features of Java 10 release?
Implement a stack with push (), pop() and min() in O(1) time.
Can we use a default constructor of a class even if an explicit constructor is defined?
What is == and === in javascript?
Can an object subclass another object?
What about instanceof operator in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)