What happens when a main method is declared as private?
Answer Posted / pankaj kumar
I have checked it proper in C# using visual studio.
its giving right output without any error at compile time or run time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the original name of java?
What does @param args mean in java?
Is array passed by reference in java?
what is meant by encapsulation?
How many threads can java run?
What is the use of using enum to declare a constant?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is fail first in java?
Where is singleton pattern used?
What is singleton service?
What is the purpose of lambda expressions?
What are identifiers in java?
Why do we use string?
Is main a function?
What is type inference in java8?