I'm working on trying to fix the errors that I have in my coding. The first error I am having is with the import lines i.e., import dot java dot text dot asterisk semicolon
The message I am getting is <identifier> expected. What do they mean? I am very new to Java and I don't understand a lot of this stuff so any help would be appreciated.

Recommended Answers

All 2 Replies

Looks like you have an extra dot between import and java.
"Identifier means a name, such as java.text or String, or i
"Identifier expected" means you have some piece of punctuation such as ;{(. etc where you should have an identifier.

can u please put firs few lines of the code..
so that we can tel u faster

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.