書名: Distributed Computing in Java 9作者名: Raja Malleswara Rao Pattamsetti本章字數: 51字更新時間: 2021-07-02 21:02:37
Types and constants
The basic data types advised by the IDL and their corresponding descriptions are given in the following table:

The following is an example that uses data types:
interface EmployeeRegistry {
typedef identification string <10>;
typedef name string <100>;
identification getId(in string name);
name getName(in string id);
};
推薦閱讀
- iOS Game Programming Cookbook
- 案例式C語言程序設計
- Boost C++ Application Development Cookbook(Second Edition)
- TestNG Beginner's Guide
- Visual C++數字圖像處理技術詳解
- 區塊鏈項目開發指南
- Arduino機器人系統設計及開發
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- Implementing Microsoft Dynamics NAV(Third Edition)
- Android編程權威指南(第4版)
- 軟件設計模式(Java版)
- Kohana 3.0 Beginner's Guide
- Python網絡爬蟲從入門到實踐
- Python程序設計
- Go語言編程之旅:一起用Go做項目