Showing posts with label History of Java. Show all posts
Showing posts with label History of Java. Show all posts

Thursday, 29 October 2020

History of Java

 

 

              History of Java  

 

 

 Java  is a general -purpose , object-oriented programming language developed by Sun Microsystem  of USA  in  1991. Originally  called  Oak by  James   Gosling . Java  was invented  for  the  development  of software  for  consumer electronic devices like  TVs , toaster , etc . The  main aim had  to make  java simple , portable  and reliable.




year  and beginning of java  and versions of java 


1990  -Sun desided to developed software  that could  be used  for electronic  devices.  And  the  project  called  as Green Project  head  by  James Gosling.

 

1991  - Announcement of a new  language named  '' Oak ''.

 

1992  - The team verified  the  application of their  new language  to  manage a list  of home  appliances using  a hand held  device.

 

 

 

 

 

  

 

 

Thank you 💖

 

 

 

 

 










Student Marks Calculation app using java

      import javax.swing. *; import java.awt.event.ActionEvent ; import java.awt.event.ActionListener ; public class Student { private J...