If an application has multiple classes in it, is it okay to have a main method in more than one class?
No Answer is Posted For this Question
Be the First to Post Answer
Can we call virtual funciton in a constructor ?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What is a protected class in java?
Can we initialize the final blank variable?
explain System.out.println()
What are static blocks and static initalizers in java ?
What do u mean by method and also contructer in java ?
What is a java list?
Can we have try without catch block?
Explain importance of inheritance in java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is the multilevel inheritance. and also give the Example of it ?