answersLogoWhite

0


Best Answer

These terms are not limited to Java programming.

Development refers to anything having to do with creating a program. Design and implementation fall under this category.

Deployment is delivering the program to other people.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by development and deployment in java programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

When a language has the capability to produce new data type is also called?

New, compared to what? I guess you meant user-defined data-types, which exist in almost every modern programming language.


What is regular grammar of a switch in C programming language?

Perhaps you meant 'switch statement' instead of 'a switch'?Something like this: -> -> switch () -> { } -> (empty) | -> []; -> | -> case: | default: -> | break;


What is meant by the phrase 'language independent' when talking about pseudo-code?

Pseudo-code is intended to be easily understood by all programmers regardless of the programming language they use. Pseudo-code is not a programming language, it's merely a way of generalising an algorithm in a program-like manner such that the semantics of the algorithm can be easily digested and converted into any language-dependant code. There is no "standard" that dictates the syntax of pseudo-code, thus it is often much more verbose than an actual programming language would be and is typically heavily commented to cater for languages that do not permit ideas to be expressed directly in code. This ensures that the same code can be utilised by any programmer, hence it is language-independent.


What is meant by enum in C programming?

The enum keyword means enumeration.


What language can a computer always understand?

I have only a vague understanding of your question, but I'll take it as "why computers can understand language". :P.- they don't-they only seem to cause it was written in their program.if it meant "what language computers understand",-programming language.-go search up wikipedia on this one.

Related questions

What are the Definitions on programming?

Programming is a term that describes the usage of a programming language. Programming languages (C++ for example) are languages that create programs, these programming languages should not be confused with scripting languages. Scripting languages are languages that are meant to be interpenetrated by programs. (Written in a programming language)


What is meant by computer software?

Computer software engineers are those in charge of software development. Software development, which means designing, programming and implementing of new software.


What is meant by computer software engineer?

Computer software engineers are those in charge of software development. Software development, which means designing, programming and implementing of new software.


What is meant by API?

An application programming interface (API) is a library of functions that a programming language provides for programmers for common tasks like file transfer, networking, and data structures.


Why does c do not accept the?

"the" is not a keyword in the C Programming Language. Perhaps you meant "const" HTH Richard Wolf Software Architect


What is meant by a system call in operating system?

A "System call" you be a function accessible from a programming language to the base hardware of the computer (eg to get the time).


What is the origin of the word Tron?

Tron. Was a command in BASIC programming language, designed to trace the path of a program to see where a glitch or programming error was located. The command "Truong" meant trace on. The counter command was troff.


When a language has the capability to produce new data type is also called?

New, compared to what? I guess you meant user-defined data-types, which exist in almost every modern programming language.


What is meant by XMLHttpRequest?

web programming


What is meant by interpreter in programming languages?

An interpreter is programme that translates a high-level programming..


What is meant by programming paradigms?

Programming paradigmsParadigm refers to a way of doing something.Programming paradigm refers to an approach to orstyle of programming.


What is regular grammar of a switch in C programming language?

Perhaps you meant 'switch statement' instead of 'a switch'?Something like this: -> -> switch () -> { } -> (empty) | -> []; -> | -> case: | default: -> | break;