|
|
|
1000 Java Tips ebook
|
|
 

Free "1000 Java Tips" eBook is here! It is huge collection of big and small Java
programming articles and tips. Please take your copy here.
Take your copy of free "Java Technology Screensaver"!. |
|
Easy Learn Java: Programming Articles, Examples and Tips - Page 202
Previous
1060 Stories (530 Pages, 2 Per Page)
Next
I am trying to make my code compact. I already ''JARed'' all files...
|
Question: I am trying to make my code compact. I already "JARed" all
files... Is it possible to make the JAR even smaller?
Answer: Yes, it is possible to make a JAR file smaller by using code
obfuscators. Most of the modern obfuscators replacing long class/method,
variables names (for example: MyFavoriteSistersBlueClass) by shorter, just 2-3
characters...
Use it on final step, before delivery to customer, not for further development,
since this procedure makes a code difficult to read and follow... In some cases
a size can be reduced up to 30%!!!
1 comment | | Score: 0
|
Posted by jalex on Wednesday, May 12, 2004 (00:00:00) (2337 reads)
|
Where Can I find more info on Java programming for mobiles?
|
Question: Where Can I find more info on Java programming for mobiles?
Answer: At
Ericsson site here:
At Nokia site it is here:
http://www.nokia.com/nokia/0,,32913,00.html
There are two reasons why
it is better to start from Ericsson:
- this company supports Java for mobiles longer than Nokia
- I am working for Ericsson 
8 comments | | Score: 0
|
Posted by jalex on Thursday, May 06, 2004 (00:00:00) (3795 reads)
|
|
|