Answer Posted / ravikiran(aptech mumbai)
interfaces decalres methods and variables...where methods
are purely abstarct and variables are abstract and final
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is functional interface in java example?
What are byte codes?
What is an 8 bit word?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Where are variables stored?
What is the main function in java?
What is string immutability?
What is the use of System class?
What does the “static” keyword mean? Can you override private or static method in java?
write a program that list all permutations of ABCDEF in which A appears before B?
What is the use of private static?
What are the different types of data structures in java?
what is recursion in java
Can we call a non-static method from inside a static method?
What happens if main method is not static?