> Q1> Is there any difference between Object and
> Instance?
Both the terms are used interchangeably.
> Q2>In file handling, if I copy a file using character
> and the same file using bytestream, will it make any
> difference?
It will, depending on whether the file is binary or text.