Thursday, 29 October 2020
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.
Subscribe to:
Post Comments (Atom)
Student Marks Calculation app using java
import javax.swing. *; import java.awt.event.ActionEvent ; import java.awt.event.ActionListener ; public class Student { private J...
-
The Type Promotion Rules :- Java defines several type promotion rules that apply to expressions. They are as follows : all byt...
-
import javax.swing. *; import java.awt.event.ActionEvent ; import java.awt.event.ActionListener ; public class Student { private J...
-
Features of Java Java Buzzwords The following are the list of buzzwords of Java:- 1. Simple 2. Secure 3. Portable 4...
No comments:
Post a Comment