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

Post New Answer

More JavaScript Interview Questions

How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 Answers  


What is a function object?

0 Answers  


Name some of the Javascript frameworks?

0 Answers  


What is enum with example?

0 Answers  


What is the use of spread operator?

0 Answers  






Does javascript support automatic type conversion?

0 Answers  


how can count show data in grid view using java script

0 Answers  


What are different types of scope chain available in javascript?

0 Answers  


How do you sort an array in javascript?

0 Answers  


What is the use of a typedarray object in javascript?

0 Answers  


How to trigger a postback on an updatepanel from javascript?

0 Answers  


What is asynchronous javascript?

0 Answers  


Categories