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
How do you empty a list in java?
What is class variable java?
What are keywords give examples?
What must a class do to implement an interface in java programming?
what is an objects lock and which objects have locks? : Java thread
What are runtime exceptions?
What is the difference between an argument and a parameter?
Tell me how many ways are there to initialise an integer with a constant.
How do you declare a string variable?
Can we override data members in java?
What is the use of parse function in java?
What class allows you to read objects directly from a stream?
What is the difference between the direct buffer and non-direct buffer in java?
Can we define private and protected modifiers for variables in interfaces?
When should you make a function static?