---
title: "Can you explain about markable interface in Java ?"  
description: "Can you explain about markable interface in Java ?"  
author: "Anonymous User"  
published: 2015-07-03  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2678/can-you-explain-about-markable-interface-in-java  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Can you explain about markable interface in Java ?

Interfaces with no methods are known as Marker interface. Some of the markable interfaces are\
java.lang.Cloneable java.io.Serializable java.util.EventListener

## Answers

### Answer by Anonymous User

Interfaces with no methods are known as Marker interface. Some of the markable interfaces are\
java.lang.Cloneable java.io.Serializable java.util.EventListener


---

Original Source: https://www.mindstick.com/interview/2678/can-you-explain-about-markable-interface-in-java

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
