If there is no implementation of MARKER INTERFACE in java.
Then how compiler come to know about specification.
Answer Posted / kamlesh yadav
Implementing a java Class with the help of Marker Interface
will inform compiler about specification.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
In the below example, how many string objects are created?
Can we call the constructor of a class more than once for an object?
Do loops java?
What variables are stored in stack?
What is multi level inheritance in java?
What is user defined exception in Java?
What is a return in java?
How can we pass argument to a function by reference instead of pass by value?
In which language java is written?
What is type conversion in java?
What will be the output of round(3.7) and ceil(3.7)?
How to create a thread in java?
What does %4d mean in java?
What is the right data type to represent a price in java?
What is the difference between final, finally and finalize() in java?