What is difference between Java, JavaScript, ActionScript, JSP, ASP, PHP?

Candy

New member
Java is a programming language expressly designed for use in the distributed environment of the Internet. It was designed to have the "look and feel" of the C++ language, but it is simpler to use than C++ and enforces an object-oriented programming model.

JavaScript is an INTERPRETED programming or script language from Netscape

ActionScript is an object-oriented programming (OOP) language that is designed specifically for Web site animation. Originally released with Macromedia Flash 4 and enhanced for Flash 5, ActionScript is a sophisticated version of the script language introduced in Flash 3

An Active Server Page(ASP) is a web page that includes program code that is processed on a Microsoft web server before the page is sent to the user.

JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content. JSP technology enables rapid development of web-based applications that are server- and platform-independent.

PHP is a general-purpose scripting language that was originally designed for web development to produce dynamic web pages. It is usually embedded unto the HTML source document

if you also would like to check for developers and such please visit the website below :)
 
Back
Top