size « class file « Java I/O Q&A





1. Is there a diffence in size of class file on two different platforms?    stackoverflow.com

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

2. Size of class file    coderanch.com

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

3. Maximum size of a Java Class file    coderanch.com

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

4. java class file size    coderanch.com