The methods which can be called without instantiating an object first are called

Skill/Topic: Intermediate
A) static
B) dynamic
C) primary

Showing Answers 1 - 1 of 1 Answers

samiksc

  • Dec 7th, 2005
 

(A) Static methods and fields of a class can be used without creating an object. The syntax is A.x() where A is the class name and x() is a static method contained in it.

  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