International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 125 - Number 15 |
Year of Publication: 2015 |
Authors: Prajakta Gotarane, Sumedh Pundkar |
10.5120/ijca2015906029 |
Prajakta Gotarane, Sumedh Pundkar . Smart Coding using New Code Optimization Techniques in Java to Reduce Runtime Overhead of Java Compiler. International Journal of Computer Applications. 125, 15 ( September 2015), 11-16. DOI=10.5120/ijca2015906029
Java is a popular object oriented programming language suitable for writing Java programs. Sometimes programmers spend most of the time to increase the execution time of the program, but simultaneously its effect on code size. Therefor the code become more complex and unreliable, so this leads to reduce the efficiency of code. Today so many compilers are exist like c, javac,c++,cobol,etc.we studied the code optimization techniques for java compiler separately and that time we come across some new code optimization strategies which is the smart way to do the coding in java. In this paper we applied some new java code optimization techniques on existing code. We verify the code optimization, performance using our executor. These code optimization strategies indirectly help to reduce the work of garbage collection, data structure and also work on loop optimization. So the results which we found after doing experimentations are quite satisfactory as compare to original results. so these techniques are help to improve the code quality.