Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
simply java questions - cd ...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Lew, post: 2970401"] Since this is the first post in this thread, there is no "previous" post. Are you saying that this is in the default package? By the Sun-recommended convention, class names should start with an upper-case letter. (It's in the JLS. <[URL]http://java.sun.com/docs/books/jls/third_edition/html/names.html#6.8[/URL]> Import the Symbol class into your Stack code. All classes must be referred to by their fully-qualified names, implicitly or explicitly. If you don't spell out the full name, you have to let the compiler fill in the missing package specification(s) via the "import" directive. You cannot import classes from the default package. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
simply java questions - cd ...
Top