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 |
Explain a few methods of overloading best practices in java?
What is the purpose of assert keyword used in jdk1.4.x?
What is the difference between class forname and new?
When does an object becomes eligible for garbage collection in java?
What is class and its types?
What are the types of inner classes (non-static nested class) used in java?
Can we sort hashmap in java?
java Technical questions asked by JPMC
How java enabled high performance?
can we have virtual functions in java?
What is the synonym of string?
Explain throw keyword in java?