Danh mục

Module 8 – Remote Method Invocation

Số trang: 19      Loại file: ppt      Dung lượng: 938.50 KB      Lượt xem: 23      Lượt tải: 0    
10.10.2023

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

A java application can run inside a JVM and can only invoke themethods of the classes available inside this JVM• Distributed computing or processing resolves around clientservertechnology where several client programs communicatewith one or more server applications.An RMI application has to expose methods,which remote clients can invoke.• These methods which are meant to beremote, should be defined in an interfacewhich extends the java.rmi.Remoteinterface
Nội dung trích xuất từ tài liệu:
Module 8 – Remote Method Invocation

Tài liệu được xem nhiều: