Friday, 30 October 2020

Java Environment

 

 

Java Environment 


Java  environment  includes a number of development  tools , classes  and methods.  The development  tools  are  part of  the  system known  as Java Development  Kit (  JDK)  and the classes  and methods are  part of  Java Standard  Lirary ( JSL) , also  known  as  the  Application  Programming  Interface ( API) .


 

 

1 comment:

Student Marks Calculation app using java

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