Answer Posted / mayuri wankhade
without using implements clause it is also possible to use
interface by creating object of an interface in the class
containing main method like :
nameOfInterface Obj = new nameOfInterface()
{
implement a method declared in an interface
};
Obj.MethodName();
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is compiler and what its output.
Why strings in java are called as immutable?
What is use of set in java?
What is stream api in java8?
What is a vararg?
How do you implement tree mirroring in java?
What is tcp and udp?
Can java inner class be static?
What do you understand by java?
What are new features introduced with java 8 ?
How to invoke external process in java.
What is the platform?
What is the benefit of singleton pattern?
Is it necessary for the port addresses to be unique? Explain with reason.
What is the use of coding?