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 will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What is continuity of a function?
What is a ?
What are singleton services?
How to provide security in java
Explain java coding standards for classes or java coding conventions for classes?
What is appletviewer?
What is the syntax and characteristics of a lambda expression?
What is the applet security manager, and what does it provide?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Can a class extend 2 classes in java?
What is difference between c++ and java ?
What class allows you to read objects directly from a stream?
Is string is a data type?
What is the access scope of protected access specifier?