0% found this document useful (0 votes)
70 views1 page

It 1403-Software Components Lab List of Questions

This document contains a list of 14 questions related to writing programs using different software components and architectures. The questions involve using RMI to calculate factorials, creating ActiveX controls for a calculator and timer, displaying messages and dates between JVMs using object function calls, calculating taxes using CORBA naming services, generating medical reports with CORBA, printing stock details with CORBA, converting temperatures with CORBA, examining the Object class, thread synchronization, serialization, and multiplying numbers with EJBs.

Uploaded by

roselene_6
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views1 page

It 1403-Software Components Lab List of Questions

This document contains a list of 14 questions related to writing programs using different software components and architectures. The questions involve using RMI to calculate factorials, creating ActiveX controls for a calculator and timer, displaying messages and dates between JVMs using object function calls, calculating taxes using CORBA naming services, generating medical reports with CORBA, printing stock details with CORBA, converting temperatures with CORBA, examining the Object class, thread synchronization, serialization, and multiplying numbers with EJBs.

Uploaded by

roselene_6
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

IT 1403-SOFTWARE COMPONENTS LAB

LIST OF QUESTIONS
1. Write a java program to use the RMI to find out the factorial.
2. Write a program to create an Active X control for calculator.

3. Write a program to display date using an architecture that facilitates object function
calls between Java Virtual Machines (JVMs).

4. Write a program to create an Active X control for timer.

5. Write a program to display the statement “hello world” using an architecture that
allows distributed, heterogeneous collection of objects to interoperate.

6. Write a program to calculate tax for the given income by using naming service in
CORBA.
7. Write a program to generate a patient medical report using CORBA.
8. Write a program to print the stock details using DSI and DII service of CORBA.

9. Write a program to convert Celsius and Fahrenheit scale using CORBA.

10. Write a program in Java to find out the methods, constructors and fields in
java.lang.Object class.

11. Write a Java program for thread synchronization.

12. Write a program in Java to illustrate Serialization.

13. Write a program to display a message using an architecture that facilitates object
function calls between Java Virtual Machines (JVMs).

14. Write a program to print the product of two numbers using Enterprise Java Bean.

You might also like