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..
How can a particular frame be targeted, from a hyperlink, in javascript?
Explain the difference between == and === in JavaScript.
Is javascript event driven?
How to redirect a url using JavaScript?
Which type of variable among global and local, takes precedence over other if names are same?
What is prototype in javascript and how do you use it?
What are the types used in javascript?
Which is faster jquery or javascript?
What is the use of Push method in JavaScript?
What is the purpose of local variables?
Will javascript be replaced?
What is enum in javascript?