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
Please write the Code of simple javascript calculator withot eval() function
How do you disable javascript?
What is an asynchronous programming? Why is it important in javascript?
What are the various functional components in javascript?
Can you call a Java Applet using a JavaScript function?
<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }
Difference between private, public and static variable?
What is the relationship between Java script, J script and ECMA script?
What is the result of below given line of code in java script? 5+4+'7'?
What is strict mode in javascript?
How about 3+5+"8"?
Is javascript open source?