can you use the two main method in same class?how?
Answer Posted / sanjay kalamdhad
yes,we can do it by method overloading concept in .net too but with using different signature.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Which sorting algorithm is in place?
What is the difference between heap memory and stack memory?
What are class members by default?
How do you use nextline in java?
Explain the scope of a variable.
What does it mean to flush a file?
can used Protected Class outside Function.?
What is the purpose of an interface?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What do you understand by the term wrapper classes?
What is array length?
Explain the concept of proper inheritance?
What is fundamental datatype?
Explain the difference between transient and volatile in java?
how is final different from finally and finalize in java?