Está en la página 1de 7

SERVICIO NACIONAL DE

APRENDIZAJE
SENA

EIDER LUIS JULIO SALAS


FICHA 995

ANÁLISIS Y DESARROLLO DE SISTEMAS DE


INFORMACIÓN

MONTERÍA, 16 DE OCTUBRE 2018


PHP - Hypertext Preprocessor

is a widely-used open source


general-purpose scripting
language that is especially
suited for web development and
can be embedded into HTML.
JAVA
Is a general-purpose computer-
programming language that
is concurrent, class-based, object-
oriented, and specifically designed
to have as few implementation
dependencies as possible.
MICROSOFT .NET
Is a runtime execution environment that
manages apps that target the .NET
Framework. It consists of the common
language runtime, which provides
memory management and other system
services, and an extensive class library,
which enables programmers to take
advantage of robust, reliable code for
all major areas of app development.
DIFERENCES OR SIMILARITIES
- PHP is first an interpreted scripting language
(actually precompiled opcodes), free, open
source and distributed under a license
authorizing the modification and redistribution.

- PHP is supported on multiple operating systems.

- From a performance standpoint, PHP needs a


Web server to run.

- PHP is a "high level" language whose syntax is


very similar to the C language syntax.
DIFERENCES OR SIMILARITIES
- Java has a concise, cohesive set of features that
makes it easy to learn and use.

- Java program cannot harm other system thus making it


secure.

- Java programs can execute in any environment for


which there is a Java run-time system.

- Java programs can be run on any platform


(Linux,Window,Mac).

- Java provides integrated support for multithreaded


programming.
DIFERENCES OR SIMILARITIES
- Is a technology available on .NET platform for developing
dynamic
and data driven web applications.
- The advantages of Object Oriented programming are well
known. .NET provides a fully object oriented environment.
- Generally enterprises have varying skill sets. For example,
a company might have people with skills in Visual Basic,
C++, and Java etc. It is an experience that whenever a new
language or environment is invented existing skills are
outdated.
- Before the introduction of .NET, COM was the de-facto
standard for
componentized software development.
- Deploying windows applications especially that used COM
components werealways been a tedious task.

También podría gustarte