The {@link net.jini.space.JavaSpace05} interface extends the {@link net.jini.space.JavaSpace} interface to provide methods that allow clients to perform batch operations on the space (which are generally more efficient than performing an equivalent set of singleton operations) and to more easily develop applications where a given {@link net.jini.core.entry.Entry} needs to be read by multiple clients. Implementations of the JavaSpace interface are not required to implement this interface.

@see JavaSpaces Service Specification @version 1.0 @since 1.0