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

simple way to explane the servlet in java
Servlet is a program wich executed in server and assists in responding to client queries..... Usually confidential tasks are done by using servlets or other server side codes
Anish
What are the topics covered under core Java?
The major topics are listed below: 1. Java Basics - Variables, Data types, Operators, Control Statements,Strings, Arrays and Functions. 2. Object Oriented Concepts - Classes, Objects, Constructors, Inheritance,...
Sahil
0 0
6
Can we print any string in Java without a semicolon?
Yes We can print a string with out semicolon in if statement. public class Print_Without_Semicolon { public static void main(String args) { int i = 0; if(System.out.printf("print...
Sridevi
0 0
6
Write a programme to replace the string without using replace command? This is my string. ..... s is replaced by th output is Thith ith my thtring
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package logic; ...
Mithun

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

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

Ask a Question

Related Lessons

Design Pattern
Prototype Design Pattern: Ø Prototype pattern refers to creating duplicate object while keeping performance in mind. Ø This pattern involves implementing a prototype interface which tells...

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...

What Is Applet & Its Life Cycle?
What is Applet & its life cycle?Applet is a Java programme that can be embedded into HTML page.Java Applet runs on the java enables web browsers such as Mozilla & Internet Explorer.Applets are...
I

ICreative Solution

0 0
0

Java 8 Predicates
In the previous lession, we have learnt how to use filters and collectors. In filter we have passed the condition to evaluate whether the object is eligible to be filtered or not. Code given below for...

Java
Java is a high level language which is far better than procedural languages like C, Fortran and Pascal. Java completely stands with the principles of OOPS (Object Oriented Programming Structure). The...
A

Abhisheak Saxena

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