| Author |
How to compile and run this enum class
|
rizwana mujawar
Ranch Hand
Joined: Feb 24, 2012
Posts: 36
|
|
Iam not getting any output... Its compiling... But there is no output... I should get "SMALL" as output... What to do...? Need Help... Here is my code...
Thanks!
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56538
|
|
|
On which line are you emitting the expected output?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56538
|
|
|
P.S. It's spelled coffee (two f's)
|
 |
Md. Minhajur Rahman
Ranch Hand
Joined: Apr 10, 2012
Posts: 33
|
|
Hi, May be You have missed to call ... System.out.print(c.size);
|
 |
 |
|
|
subject: How to compile and run this enum class
|
|
|