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
What is thread safe singleton?
What is get () in java?
Which data type is class in java?
When throws keyword is used?
What occurs when an object is constructed?
how can you catch multiple exceptions in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Can we override the private methods?
What does next mean in java?
How do you create a first line indent?
What data type is a string?
How to compare strings in java?
What is instance synchronization?
What is reverse function?
What is the difference between an inner class and a sub-class?