Give some examples of applications where the use of mobile code is beneficial.

What will be an ideal response?


Doing computation close to the user, as in Applets example

Enhancing browser- to allow server initiated communication.

Cases where objects are sent to a process and the code is required to make them usable.

Computer Science & Information Technology

You might also like to view...

The following code compiled, but while running it the program appears to hang (e.g. nothing happens). This is a sign that there may be an infinite loop. What part of this code fragment may be causing an infinite loop?

``` while(i < 50); { System.out.println(i); i+=2; } ```

Computer Science & Information Technology

Modify the program of Fig. 29.17 to save information sent to the server into a text file.

What will be an ideal response?

Computer Science & Information Technology

Flicks are preprogrammed and cannot be adjusted or modified

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following involves the study and understanding of the operational details of the other company in a merger?

A. due care period B. due diligence period C. gap analysis D. dephi technique

Computer Science & Information Technology