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

What is javascript in simple terms?

0 Answers  


What are the data types in js?

0 Answers  


java pgm for compare two vesion and print the greatest version on the console. e.g: like 1.4.2 and 1.5.2 biggest is 1.5.2 1.2.5 and 1.2.8 biggest is 1.2.8

0 Answers  


How do you name a variable in javascript?

0 Answers  


write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.

1 Answers  






Which built-in method returns the calling string value converted to lower case?

0 Answers  


How to disable an html object ?

0 Answers  


We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".

4 Answers   SAP Labs, TCS,


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

0 Answers  


How can javascript make a web site easier to use? That is, are there certain javascript techniques that make it easier for people to use a web site?

0 Answers  


What is difference between var x =1; and x=1;?

0 Answers  


Explain arrow functions?

0 Answers  


Categories