If I have a file containing a virus, and I open the file programatically in a Java program, will the virus activate? -
a file contains virus, virus not activated unless file executed.
does opening file in java cause executed, , virus activated, e.g. using
bufferedreader reader = new bufferedreader(new filereader(filename));
no, using filereader
, or other method of reading file in java, not activate virus.
Comments
Post a Comment