Computer Programming Intro - For Students
Computer Programming Intro - For Students
Computer programming languages allow us to give instructions to a computer in a language the computer understands
https://www.northeastern.edu/graduate/blog/most-popular-programming-languages/
JAMES GOSLING
Java was created in 1991 by James Gosling of Sun Microsystems. Initially
called Oak, in honor of the tree outside Gosling's window, its name was
changed to Java because there was already a language called Oak.
Introduction to Java programming language
https://www.jdoodle.com/online-java-compiler/
https://www.onlinegdb.com/online_java_compiler
https://netbeans.apache.org/
https://www.oracle.com/java/technolo
gies/downloads/#jdk18-windows
JAVA PROGRAMMERS TERMINOLOGIES
• JDK (Java Development Kit) -contains JRE along with various development
tools like Java libraries, Java source compilers, Java debuggers, bundling and
deployment tools
• JRE (Java Runtime Environment) - It is part of JDK but can be used
independently to run any byte code (compiled java program).
• Java API (Application Programming Interface) - Set of classes’ written using
Java programming language which runs on JVM.
Advantages of Java Programming Language