Answer Posted / 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 |
Post New Answer View All Answers
How many static init can you have?
How do you do math powers in java?
What are JVM.JRE, J2EE, JNI?
Name component subclasses that support painting in java programming?
Why is string builder not thread safe?
Is there a case when finally will not execute?
Explain the difference between the public, private, final, protected, and default modifiers?
How do you use compareto method?
Can we overload the constructors?
What is a loop java?
Can we write method inside a method in java?
What is the difference between multitasking and multithreading in Java
What does opcode mean?
Can we store variables in local blocks?
Does the order of public and static declaration matter in main method?