Can we execute java program without main method?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between a switch statement and an if statement?
What is the symbol for average?
How will you convert an ArrayList to Arrays?
what is j2se
how you will prevent inheritance is there any other way other than inheritance?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
What class allows you to read objects directly from a stream?
What is private static in java?
Is java hard to learn?
Does the order of public and static declaration matter in main method?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
Explain what pure virtual function is?