Sie sind auf Seite 1von 8

PROJECT

COMPUTER
LANGUAGES
JAVA
➢ Java is a general-purpose programming language that is class-based, object-oriented, and
designed to have as few implementation dependencies as possible.
➢ When a programmer writes a Java application, the compiled code (known as bytecode)
runs on most operating systems (OS), including Windows, Linux and Mac OS.
➢ Java is a widely used programming language expressly designed for use in the distributed
environment of the internet. It is the most popular programming language for Android
smartphone applications and is also among the most favored for the development of edge
devices and the internet of things.
C++
• C++ is a general-purpose programming language. Used as an extension of the C
programming language, or "C with Classes".
• It helps in optimizing the resources. It supports multiplayer option with networking. uses
of C++ allows procedural programming for intensive functions of CPU and to provide
control over hardware, and this language is very fast because of which it is widely used in
developing different games or in gaming engines.
• Its name reflects its origins; C++ literally means 'increment C by 1.' It was
renamed C++ in 1983, but retains a strong link to C, and will compile most C programs.
PYTHON

• Python is an interpreted, high-level, general-purpose programming language.


• Python works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc).
• Python has a simple syntax similar to the English language.
• Python has syntax that allows developers to write programs with fewer lines than some other
programming languages.
• Python runs on an interpreter system, meaning that code can be executed as soon as it is
written. This means that prototyping can be very quick.
• Python can be treated in a procedural way, an object-orientated way or a functional way.
PHP

• PHP is a general-purpose programming language originally designed for web


development.
• PHP can generate dynamic page content
• PHP can create, open, read, write, delete, and close files on the server
• PHP can collect form data
• PHP can send and receive cookies
• PHP is a widely-used, open source scripting language
JAVA SCRIPT

• JavaScript is a client scripting language which is used for creating web pages. It is a
standalone language developed in Netscape. It is used when a webpage is to be made
dynamic and add special effects on pages like rollover, roll out and many types of graphics.
• The language was initially called LiveScript and was later renamed JavaScript. There are
many programmers who think that JavaScript and Java are the same. In
fact, JavaScript and Java are very much unrelated.
• The difference between Java and JavaScript is that Java is compiled + interpreted
language, Java code is fist compiled into class files containing byte code and then
executed by JVM, on the other hand, JavaScript code is directly executed by the
browser.

Das könnte Ihnen auch gefallen