Search:

Type: Posts; User: aliraza8

Search: Search took 0.14 seconds.

  1. Re: Are mobile agents an appropriate implementation mechanism for Distributed system?

    Mobile agents are self Autonomous: i.e. Agent itself decides when and where to migrate next. Applying this definition to a distributed shared memory systems where client's requests are cpu-intensive...
  2. Replies
    2
    Views
    1,136

    Re: VM Instruction Pipelining

    o, I am doing a bit of learning about Virtual Machines. I am wondering about Instruction Pipelining in the context of
  3. Replies
    4
    Views
    1,010

    Re: switch case , check range

    You got an A. Great job!" );
    break;
    case 80:
    System. out.println( "You got a B. Good work!");
    break;
    case ("60-79"):
    System. out.println( "You got a C. What went wrong?" );...
Results 1 to 3 of 3