How can A send the date to both B and C so that A does not have to do any conversion?

Process A sends to process B a single data item, a date. Process A uses the American date format: // (for example: 01/31/2001. Process B uses the European date format: //(for example:31/01/2001.)
Suppose the same date has to be communicated to Process C, which uses a date format of --(for example; 2001-01-31).

A sends the date in American format. B and C will have to convert the date to its local format upon receiving the date.

Computer Science & Information Technology

You might also like to view...

A disadvantage of Java is the large memory requirements to store a separate copy of each variable and method for each instantiation of a class.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following consists of images displayed in motion?

A. audio B. vodcasting C. video D. digeo

Computer Science & Information Technology