Classes can implement methods and contain variables that are not constants

Skill/Topic: AWT & Applets
A) True
B) False

Showing Answers 1 - 2 of 2 Answers

false

classes can implement methods and

can contain var that r constants using final keyword

ex: final int MYID=12;

in this way one can use var in their class

  Was this answer useful?  Yes

mother

  • Apr 9th, 2006
 

B

classes can implement the variables and method  that are defined constants only thing is it can't  vary the values

  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