Public Static Void Main(String args[])
{
System.out.in("Hai..");
}
In the above code why string args[] is required.... If we
are not giving command line argument..
No Answer is Posted For this Question
Be the First to Post Answer
What are the Non-primitive data types in JavaScript?
Where do I write javascript code?
What is a null variable in javascript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
Is javascript faster than asp script?
What are .js files?
What does => mean in node js?
Can webassembly replace javascript?
Does javascript support automatic type conversion, if yes give example.
How to create an input box?
What is camelcase in programming?
Can you pass a anonymous function as an argument to another function?