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 JavaBean?
A JavaBean is just a standard All properties private (use getters/setters) A public no-argument constructor Implements Serializable. That's it. It's just a convention. Lots of libraries...
Ankit
0 0
6

How to prepare for CORE JAVA for Android Developement?

Core Java is required for basic understanding of inheritance , AWT with button action programs, library usage etc then after u can genrate your logic with additional topics of Android
Rishabh
0 0
6
Where can I get Python online training?
You can get many institutes in google which are providing online training.
Taranum
Can finally block be used without try block?
A finally clause ensures that the finally block is executed after the try block and any catch block that might be executed, no matter how control leaves the try block or catch block.
Sarala

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

Ask a Question

Related Lessons

1.3. Find the second largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 3, 4, 6, 5}; int max = Integer.MIN_VALUE, secondMax = Integer.MIN_VALUE; for (int i = 0; i < arr.length; i++) { if (arr >...

Java : Compile-time Versus Runtime optimization
While designing and development, one should think in terms of compile-time and run-time.It helps in understanding language basics in a better way.Let's understand this with a question below : What...
S

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

Java Collection
Collection: The collection provides an architecture like a list where we can store and manipulate the group of items. Through Collections, we can achieve operations such as searching, sorting, insertion,...
V

Vinaykumar D.

0 0
0

Access Specifiers â?? Private, Protected, Public, Package-private
Access level modifiers determine whether other classes can use a particular field or invoke a particular method. The following table shows the access to members permitted by each modifier. Access...

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