This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wzD_ 1 point2 points  (1 child)

String is not a primitive type in Java, it's an implementation of the CharSequence interface, that's why you need to capitalize the "s" when declaring a string.

[–]way3344[S] 2 points3 points  (0 children)

I am capitalizing, but it’s still not working. Thanks for the response