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
Explain OOPs concept.
Explain about abstract classes in java?
What is function declaration?
What do you understand by casting in java language?
What all methods are used to prevent thread execution ?
What are operators and its types?
What happens when you add a double value to a string?
Can we change the value of static variable?
What is a lambda expression ? What's its use ?
What is difference between this and super keyword?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
How to solve the problem of generating the unique hash keys with hash function?
What is json parser in java?
What is the use of list in java?
Explain jdk, jre and jvm?