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 the difference between compare and compareto in java?
what is the messsage u r going to get from an objectoriented programing?
Is java call by value?
Do I need to import java.lang package any time? Why?
Can we catch more than one exception in a single catch block?
What is variable and example?
Explain the difference between jdk, jre, and jvm?
How are the elements of a gridbaglayout organized in java programming?
How will you serialize a singleton class without violating singleton pattern?
Is java code slower than native code?
Is a string literal?
What do you understand by the term string pool?
What all access modifiers are allowed for top class ?
when to use ArrayList and when to use HashMap in webApplication.
What is string literal in java?