Wednesday, 13 January 2021

History of java

 history of java:

In java was developed by James Gosling, who is known as the father of Java, in 1995. James Gosling and his team members started the project in the early '90s.Currently, Java is used in internet programming, mobile devices, games, e-business solutions, etc. There are given significant points that describe the history of Java programming.

 java was started as a project called "Oak" by James Gosling in June 1991.James Gosling, Mike Sheridan, and Patrick Naughton  initiated the Java language project in June 1991. The small team of sun engineers called "Green Team".


No comments:

Post a Comment

Mario-Game-Program-In-Python

  Mario-Game-Program-In-Python  Simple Mario Game:   Code: import pygame import sys pygame.init() WINDOW_WIDTH = 1200 WINDOW_HEIGHT = 600 FP...