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 are the booming technologies in US from Job point of view
All the terminologies are good. First of all decide your self you want go as functional consultant or technical. If you have java background Learn Hadoop. Billing rate is very high.
Chandra
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
Can you use abstract and final both with a method? Why?
No because we have to provide an abstract method with implementation in the subclass (the child class of the parent class in which the abstract method was declared). And for providing this implementation...
Sushil

Sir how is Java a pure object oriented programming language?

 

Java is not a purely object-oriented programming language. Lots of people say’s its object-oriented language but it is not true because Java supports primitive data type and does not handle multiple inheritances.
Ram
What's Java's most used IDE?
As per Dzone's recent survey, The Eclipse IDE remains the most popular place for Java developers to primarily write their code, though it saw a 7% decrease from last year’s survey results (50% in 2016...
Ritu
0 0
7

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

Ask a Question

Related Lessons

Programing Languages Learning Tricks
You want to learn that new language or library or framework as soon as possible, right? That’s understandable. Fortunately, there are a handful of tips that can help you to better retain all of that...
H

Harshal G.

0 0
0

Create Immutable Class
Snippet of an Immutable Class: package com.stringhr; /*Declare the class as 'final'. This would prevent any other class from extending it and hence from overriding any method from it which could modify...

Core Java
Introduction: An Object Oriented Programming Language consists of Objects. There are object oriented programming languages like Smalltalk, C++. Each and every OOP language has some underlying disadvantages....

Class, Object and Methods in JAVA
Lesson-1: Class, Object and Methods of Java can be compared with body, heart and brain. Without these 3 things, Java does not exist. If you Google the above 3 items, you will find many definitions. But...

Example of DependsOnMethod in TestNG
public class dependsonM { @Test public void login() { System.out.println("login"); } @Test (dependsOnMethods = {"login"}) public void email() { //Intentionally I am failing this testcase Assert.assertTrue(false);...
S

Sarthak C.

0 0
0

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