What is a marker interface?
Answer / nashiinformaticssolutions
An empty interface in Java is referred to as a Marker interface. Serializable and Cloneable are some famous examples of Marker Interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to do validation of the fields in any project ?
how can i connect to database in a applet ?
Explain wait() method of object class ?
What is assembly language?
Is there a sort function in java?
What will happen if static modifier is removed from the signature of the main method?
When do we use synchronized methods in java?
What is += mean in java?
How can I right-justify a string?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
What do you mean by order of precedence and associativity?
Why method overloading and method overriding required in java?