Public static void main - Explain

Showing Answers 1 - 2 of 2 Answers

yogeshpanda

  • Sep 22nd, 2005
 

public--Can be invoked from anywhere.static--Invoked by class,no need of object.void--Cant return anything.Main--method name i.e used to start the execution of prg.

  Was this answer useful?  Yes

yogeshpanda

  • Sep 22nd, 2005
 

public--Can be invoked from anywhere.static--Invoked by class,no need of object.void--Cant return anything.Main--method name i.e used to start the execution of prg.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions