Marker interface doesn\'t has any thing. It contains only interface declarations, then how it is handled by the JVM for the classes which implements this marker interface?
As far the compiler and the JVM are concerned, there is absolutely no difference between a marker interface and any other interface.
And yes, you can create marker interfaces as you please.