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 |
What is Java Annotations?
why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What does method mean?
what is the use of clone() in real time scenario?
Is null function in java?
What are the performance implications of interfaces over abstract classes?
What is assembly condition codes?
what is the use of thread?Justify it by project point of view
Why set do not allow duplicates in java?
Write a program to check string is palindrome without using loop?
Differentiate between overriding and overloading cases?