In Java coding we will write a public static void main()? Why
won't we write as a static public void main()
Answer / Rahul Gautam
We won't write it as a static public void main() in Java because the 'main' method must be defined within a class and must have a public access modifier, but it should not be declared with the static keyword. The static keyword is used to call methods that do not require an instance of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does ecma stand for?
How to create an object in javascript?
I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....
What is the default data type in javascript?
How many hours learn javascript?
Write a javascript program to make a simple calculator
how can we retrieve value from one database server and store them another database server using sql server code
What are the advantages of using JavaScript?
Is it possible to use javascript to change the meta-tags of the page?
How to convert numbers to strings using javascript?
What does isNaN function do?
What and where are the best javascript resources on the web?