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
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; }
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
What is dataview in javascript?
discuss scoping in javascript?
What's the difference methods get and post in html forms?
How do I run code in browser console?
How do you declare in javascript?
How to check if a variable is an integer in javascript ?
What is scope variable in javascript?
How many types of data types are there?
How to convert javascript date to iso standard?
How to access an external javascript file that is stored externally and not embedded?