In Java coding we will write a public static void main()? Why
won't we write as a static public void main()


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  


hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector

0 Answers  


What is dataview in javascript?

0 Answers  


discuss scoping in javascript?

0 Answers  


What's the difference methods get and post in html forms?

0 Answers  






How do I run code in browser console?

0 Answers  


How do you declare in javascript?

0 Answers  


How to check if a variable is an integer in javascript ?

0 Answers  


What is scope variable in javascript?

0 Answers  


How many types of data types are there?

0 Answers  


How to convert javascript date to iso standard?

0 Answers  


How to access an external javascript file that is stored externally and not embedded?

0 Answers  


Categories