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...
-
Java Environment Java environment includes a number of development tools , classes and methods. The development tools are part ...
-
JAVA program to input and print n number using array :- PROGRAM :- import java.io.*; class Clsarray { public static void main(St...
No comments:
Post a Comment