Showing posts with label Explain Public Static Void Main(string args[]).. Show all posts
Showing posts with label Explain Public Static Void Main(string args[]).. Show all posts
Sunday, 1 November 2020
Explain Public Static Void Main(string args[]).
5. String args[] :- The parameter is a String array by name args. The string array is used to access command- line arguments . it is the parameter to main method.
Thank you
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 ...