Showing posts with label Java Development kits ( JDK ). Show all posts
Showing posts with label Java Development kits ( JDK ). Show all posts
Friday, 30 October 2020
Java Development kits ( JDK )
Java Development kits ( JDK )
if my filename is "abc.java" them the syntax will be:
C:\javac abc.java
if my filename is abc. java then the syntax will be:
C:\ java abc
Subscribe to:
Posts (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...
-
What are the characteristics and jealous of OOP(Object Oriented Programming? Characteristics of OOPS are:- 1. Emphasis is on ...