answersLogoWhite

0


Best Answer

In Java programming language, an algorithm refers to a sequence of instructions that have been specified to undertake a particular task within a certain time. An algorithm can take no or several inputs but will generate at least one output.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

An algorithm is an abstract set of steps used to solve a specific problem.

Java code is a set of implementations of algorithms.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

An algorithm is a statement of how a particular problem will be solved. Coding is the implementation of that algorithm in a particular language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between an algorithm and java code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Java source code for median filter algorithm?

research is going on to develop a source code for median filtering using java


Difference between a java complier and the Java JIT?

A java compiler takes Java source code and turns it into Java bytecode, which can then be run by the java virtual machine.Using JIT means that the java code will be compiled and executed at the time that you run the program, which will slow down the program because it has to compile the code at the same time that it runs.


How do you create a simple decipher code in java?

decipher code depends upon the algorithm you used to make them. there are no general methods.


What is the difference between java compiler and C compiler?

Greetings Technologist. The Java compiler compiles Java code, whereas the C compiler compiles C Code HTH Richard Wolf Software Architect


How do i get source code for bide algoritham?

You can get the Java source code for the BIDE data mining algorithm here : (link moved to link section) It is an open-source data mining framework that includes the BIDE algorithm


What is difference between java 2 and java 5?

They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.


Can you provide a solution to the diamond-square algorithm using Java and recursion?

Yes. It is possible to provide a solution to the diamond-square algorithm using Java and recursion.


Major difference between c and java?

Java is object oriented, C is not...


What is the difference between connectivity in java?

kamina


What is difference between connectivity in java?

kamina


What is the difference between method and function in java?

A function is a piece of code that can be reused by calling its name while a method is a function that is associated with a class. In Java, functions are usually referred to as static methods.


What is the main difference between UNIX and JAVA?

Unix is an operating system, Java is a language.