Suppose I have one java file with huge code. If I build this file on different platforms. Like windows and solaris. Is there a possibility that the two class files having ...
thanks for replay i work around to set the java heap size set to -Xmx512m -Xms20m. due to this one my entire system will become very slow. i mean i unable to open other application. i would like to know how quick i can slove the problem. is any other way to find out in WSAD how many instances are getting ...
Hi, I was wondering what the maximum size a java class file can be. I just wrote a class that was about a 100K in size, and Netbeans 5.0 told me the code was too large. I split the data into 2 classes and there was no problem. If you were wondering why my class was so big, its because for ...