Answer Posted / akshay odhekar
Interface contains only declarations of methods and final
variables.Which is exposed to external world that which
methods they have to implement.External world means any
other industry/business who is going to write software for
application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can a constructor call the constructor of parent class?
What are the two main uses of volatile in Java?
What do you understand by Header linked List?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is compareto?
Is ++ operator thread-safe in java?
What are scriptlets?
Explain when noclassdeffounderror will be raised ?
How many classes can any class inherit java?
Does java trim remove newline?
Can a static class have a constructor java?
What are the types of sockets in java?
What is the exception hierarchy in java?
Is null a string?
Explain how hashmap works?