In Java why we write public static void main(String args[])
why not main()?
Answer Posted / ivan
Because in java every thing we enter is accepted as a
string.
| Is This Answer Correct ? | 73 Yes | 163 No |
Post New Answer View All Answers
What is 16 bits called?
Is main a function?
Explain when we should make an instance variable private.
What is a java developer salary?
What is the concatenation operator in java?
How to store image in arraylist in java?
What happens if we don’t define serial version uid?
What is a marker interface?
What is meant by final class?
How to instantiate member inner class?
Difference between this() and super() ?
Can abstract class have private constructor?
What is the difference between exception and error in java?
What is the numeric promotion?
Explain the difference between an object-oriented programming language and object-based programming language?