Quantcast
Channel: S. Nageswara Rao, Corporate Trainer – Way2Java
Viewing all articles
Browse latest Browse all 505

Java Made Clear: List of 7 Marker interfaces

$
0
0
Following table gives all the list of marker interfaces in Java. Maker interface name Functionality 1. java.io.Serializable the object is serialized 2. java.lang.Cloneable the object is cloned 3. javax.servlet.SingleThreadModel only one object of the servlet for one request is created 4. javax.ejb.EnterpriseBean the object can participate in transactions 5. java.util.RandomAccess the elements of the data […]

Viewing all articles
Browse latest Browse all 505

Trending Articles