
File.createTempFile()
Question: I am attempting to use createTempFile and it works fine with JDK 1.2.2,but IE 4 and 5, and Netscape give me the following error: java.lang.NoSuchMethodError: java/io/File: methodcreateTempFile(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File; notfound. Why is this? Answer: The latest version of Java supported by Microsoft Internet Explorerand Netscape Navigator/Communicator is JDK 1.1.x.File.createTempFile() is not