What will happen if we declare don’t declare the main as static?
Answer Posted / glibwaresoftsolutions
Without utilizing static and without encountering any issues, we may declare the main method. However, the primary method will not be regarded as the program's or application's entry point.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does system out println () do?
What data structures are used to perform recursion?
What do you understand by a Static Variable?
What is the static block?
How many return statement are allowed in a function?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Compare overloading and overriding?
How do you declare an array that will hold more than 64KB of data?
What do you mean by ordered and sorted in collections in java?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What is reverse function?
What is a function in programming?
What is java util function?
What is string and its types?
What is floor in java?