Darryl , i don't quite understand that if i copy a file object would i be copying the HTML file or just the file object . It is a bit unclear for me . Maybe if you could just answer that what will be copied : Html or File object , my issue will be resolved .
I have used a third party api htmlparser.jar and i have kept that jar file in jdk/jre/lib/ext . Then i wrote the following code in my .java file
import org.htmlparser.beans.*;
import org.htmlparser.util.ParserException;
//and much more imports
Now when i compiled the code it gave me no errors but when i tried to run the code it gave me NoClassDefFoundError . for that i checked out the .jar file and to the best of my knowledge it's ok . So why am i getting this error ?
I am currently working on a program that involves huge calculations like (345324523452345245345*4543563456456545456) .
Should BigDecimal suffice for this ? Also i sometimes need to convert them into double for example Math.pow(BigDecimalObject.doubleValue(),2)
Will there be a huge probability of an error during such conversions ?
Actually paul the thing is my program generates somewhere around 1000 values in an arraylist so just want to know that how do i connect my program with excel . Manually entering values and generating graph would be difficult .
I have to take some values close to 1000 and then plot a graph in excel , so i was wondering if somebody could tell me what exactly to study ?
Thanks in advance .
To be specific does the interface Runnable extends Object class ?? According to me it's no but somebody put a doubt in my head ,so please answer . Thank you .
My problem is that the textarea in the local inner class is not getting the value that i type when i run the code and click the get from the menu . It is supposed to take the value from the textarea and then print it on command line .
Hello everyone , i am trying to make a code obfuscator and one of the techniques i encountered was preventing de-compilation by appending extra instructions afte return instruction . I have no idea regarding this and would love it if anyone can point me regarding what to read or which api i need to lookup . Thanks in advance . Any other ideas whch can prevent decompilation are welcome .