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
What is outofmemoryerror in java?
What is nan in java?
Explain wait(), notify() and notifyall() methods of object class ?
Is finalize() similar to a destructor?
What is the difference between jdk, jre, and jvm?
What is difference between core java and java ee?
What is difference between static class and singleton pattern?
How do I run java on windows?
Can we create an object of private class?
What are different types of arrays?
Which number is denoted by leading 0x or 0x in java?
What are the characteristics of Final,Finally and Finalize keywords.
Can a static class have a constructor?
How do you sort a set in java?
Why are global variables used?