tell me the differences

Q1> Is there any difference between Object and Instance?Q2>In file handling, if I copy a file using character and the same file using bytestream, will it make any difference?
[194 byte] By [bravoking6a] at [2007-11-26 14:09:06]
# 1

> 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.

aniseeda at 2007-7-8 1:55:59 > top of Java-index,Java Essentials,New To Java...