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
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?