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 hashmap and hashtable? What is an interface?
What is the default value of float and double datatype in java?
What is the longest unicode character?
What is the difference between class & structure?
Define canvas?
How does list work in java?
What is arraylist e?
what is meant by encapsulation?
Wha is the output from system.out.println(“hello”+null); ?
What are the changes in java.io in java 8 ?
What are predefined functions?
In how many ways we can create threads in java?
Is java same as core java?
What is better - 'bit-shift a value' or 'multiply by 2'?
When should I use singleton pattern?