How can we optimize our code in Java?

Asked by Last Modified  

Follow 6
Answer

Please enter your answer

Hi Parminder, 1. The first level of code optimization should be in hands of the developer as the developer must have the basic understanding of requirement to best utilize the existing features, for example choosing best suitable data structures for storing and fast retrieval of data in any scenario. 2....
read more
Hi Parminder, 1. The first level of code optimization should be in hands of the developer as the developer must have the basic understanding of requirement to best utilize the existing features, for example choosing best suitable data structures for storing and fast retrieval of data in any scenario. 2. The second level of optimization will be in choosing the development IDE, as it provides a lot of built in capabilities in identifying the best/worst code blocks like dead code. 3. And finally with the help of code optimization tools like Sonar, executing these over the custom code packages will detect a lot of things like developer mistakes due to non compliance of the industry standards, memory leaks and any sort of security vulnerabilities and etc. -Manikanta read less
Comments

5 years experience in Java programming and web application development

Its really a very difficult question to answer without seeing an actual code. Optimising is just about the removal of unnecessary lines of codes and variables and iterations that consume some significant time and memory. It is just about the way you write your code and how you are able to refactor it...
read more
Its really a very difficult question to answer without seeing an actual code. Optimising is just about the removal of unnecessary lines of codes and variables and iterations that consume some significant time and memory. It is just about the way you write your code and how you are able to refactor it again and again. There can be a no. of different ways to write a simple logic and when you look at your code again and again, you yourself will realize the areas where you can optimize. read less
1 Comments

Related Questions

What is difference between throw and throws in Java programming?
throw keyword is used to throw Exception from any method or static block in Java while throws keyword, used in method declaration, denoted which Exception can possible be thrown by this method
Vinodha
Is it really needed to do Java training before graduation, to get a job?
Yes, It's must to get better opportunities and to standard alone in IT field. Not only core Java but also learn Spring,Hinernat ,Struts. ANGULARJS add an advantage to get job easily.
Udaybhan
Which book is good for groovy and grails
Hi, The Best Book I suggest is "Beginning Groovy and Grails: From Novice to Professional"
Sumit S.
Where can I get Python online training?
You can get many institutes in google which are providing online training.
Taranum

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Easy way to remember Java keyword.
ACCESS MODIFIER ACCESS SPECIFIER abstract, assert, const, final, native, static, strictfp, super, synchronized, this, transient, void, volatile public, private, protected, default DATA...

Rohit Deshbhratar

1 0
0

Method Overloading vs Method Overriding
1. Method Overloading: Method overloading means a same method with same name can have different implementations/body by changing one of the follwing thing: 1) Number of Parameters 2) Order of Parameters 3)...

jOOQ 3.10 Supports JPA Attribute Converter
One of the cooler hidden features in jOOQ is the JPADatabase, which allows for reverse engineering a pre-existing set of JPA-annotated entities to generate jOOQ code. For instance, you could write these...

Android : Application Launch time improvements.
For any standard android application, below 3 components play important roles to show 1st interface to user, so that he/she can interact with the app. 1. Custom Application class : Intialize the components...

JAVA Question 1 for beginners
String x="We are learning";String y="mistakes happen";int z=1000;System.out.println("Java is easy. "+x+" programming and "+y+" "+z +" times"); what is out put this code

Recommended Articles

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you