| Author |
Java Error can any one help
|
benz spida
Greenhorn
Joined: Jun 22, 2006
Posts: 6
|
|
I keep getting this java error (inner class cannot have static declarations ) dont know why I just started learning Java dont know what im doing wrong. Thanks
|
 |
Shashi Kant
Ranch Hand
Joined: Aug 08, 2006
Posts: 117
|
|
hi you are declaring the two static object of String class inside inner calss. i.e. greeting and name. try declaring that in outer calss. so you will not get that error
|
If it's true that we are here to help others, then what exactly are the others here for?
|
 |
 |
|
|
subject: Java Error can any one help
|
|
|