What happens when a main method is declared as private?
Answers were Sorted based on User's Feedback
Answer / varsha vilas kalebag
IF MAIN METHOD IS DECLARED AS PRIVATE ,THEN WE CAN NOT
ACESSES THE PRVIATE MEMBERS IN ANOTHER CLASS
| Is This Answer Correct ? | 5 Yes | 43 No |
Answer / vani
Nothing Happen.
Code compiles properly and executes properly.
| Is This Answer Correct ? | 5 Yes | 76 No |
List some important characteristics on jre
What sorting algorithm does javascript use?
Explain heap sort?
What is the difference between Resultset and Rowset.
How do generics work?
What is the difference between method and constructor ?
what is the difference between a threads start() and run() methods? : Java thread
How to create packages in java?
What is indexof?
how to print a numbers from 1 to 100 with out using control structures?
What is array length in java?
What does business logic mean?