Skip to main content

Posts

Showing posts with the label JAVA programming

Difference Between the Java and Javascript

JAVA is a programming language invented by James Gosling and developed by SUN MICROSYSTEM. It was first released in 1995. It is one of the most popular OOPS languages. JAVASCRIPT is developed by Brenden Eich at Netscape. He created this programming language in 1990 and named it LiveScript initially. Later on, it was renamed JavaScript It is a web-based object-oriented scripting language used to add motion or dynamic content to our website. Both languages are object-oriented. Java applications and programs run in Java Virtual Machine(JVM). Also, you need to install JDK and JRF JavaScript applications run on a web browser and there is no need for any initial setup. Java programs are compiled and interpreted as it is a programming language. JavaScript is only interpreted as it is a scripting language or plain text code.

Java programming language.

Hi, If you want to know about Java language then it is right place for you. Some points about Java language.  It is developed by James Gosling at sun microsystem.  It is release in 1995 as a Core. It is a general purpose programming language. It is like c ++ but with advanced and simplified features. Concurrently execute many statement. It is object oriented programming language.  It is platform independent. Installation process.                    Download JDK Mac OS ~ JDK version 11. WINDOWS ~ 32 Bits JDK version 8.                    ~ 64 Bits JDK version 11. Wants to download JDK click here .  Download Eclipse for easy programming😊😊. Download eclipse  click here .  Data types in java?  There is two type of data types in java primitive data types and non primitive data types. Firstly we talk about primitive data ty...