JAVA版CORBA程序练习

要求: 1)要求编写实现显示“Hello,World!+班级+中文姓名”字符串 2)编写实现连加、连减和加减混合等数学++/- -运算,并进行测试。 一、JAVA版CORBA程序1——HelloWorld 实现详解: 1 编写IDL接口HelloWorld.idl: module sample{ interface HelloWorld{ wstring sayHello();    };   }
相关文章
相关标签/搜索