Is there is any error if you have multiple main methods in
the same class?
Answer Posted / someone else
this is not overriding,,,,,it is over hidding
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between extends thread vs implements runnable in java?
What is classpath?
What are the skills required for core java?
Why are the objects immutable in java?
What is t type java?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is the difference between method and means?
How do you sort arraylist in descending order?
Does java map allow duplicates?
What is data string?
When parseint method can be used?
Differentiate between overriding and overloading cases?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
How to declare objects of a class ?
What is a boolean used for?