In Java why we write public static void main(String args[])
why not main()?
Answer Posted / hari kiran
I think so it is done because all the java receives
everything in the form of a string.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is linked hashmap and its features?
How can we achieve thread safety in java?
Is string passed by reference in java?
What is purpose of keyword void?
What is the dot operator?
How is a variable stored in memory?
What is the difference between jdk, jre, and jvm?
How do you know if a value is nan?
How do generics work?
What is an array length?
What is a line break example?
How do you sort in java?
Why should we use singleton pattern instead of static class?
What is the purpose of main function in java?
What is the purpose of default constructor?