There will be times where machine dependencies cannot be avoided, and will be required in the code. These dependencies can be based on the operating system (VMS vs. Unix), or they can be based on the ...
Answered by: Shilpa on: Oct 24th, 2011
Machine dependency mean we are bound to machines or platform.for example we have some code to execute but we can only execute it on a particular os or required any particular software to run it.
There will be times where machine dependencies cannot be avoided, and will be required in the code. These dependencies can be based on the operating system (VMS vs. Unix), or they can be based on the ...
Machine dependency mean we are bound to machines or platform.for example we have some code to execute but we can only execute it on a particular os or required any particular software to run it.