Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!ipa.eternal-september.org!.POSTED!not-for-mail From: Jukka Lahtinen Newsgroups: comp.lang.java.help Subject: Re: Compile error: java: expected Date: Sat, 23 Jun 2018 14:37:35 +0300 Organization: A noiseless patient Spider Lines: 13 Message-ID: References: <29442c5a-69a2-451a-88f0-25a5e0b9937e@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Injection-Info: ipa.eternal-september.org; posting-host="e9f414192e8544a40e6a8ff38e6f96ac"; logging-data="5830"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18C9o+Kuf0xFEjjMNm0Mmas" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cancel-Lock: sha1:i2vlzH7IjcdU6IbuY2M/HphDaAA= sha1:VTJ7+rMJaOZSF3eawsefG8P/8pc= X-no-archive: yes Xref: csiph.com comp.lang.java.help:4222 fernandofernando998877@gmail.com writes: > hello i immediately need help!!! > i am trying to learn overloading and i am in 10 standard so please help me > i am getting identifier expected error There is usually also a line number in the compilation error message, pointing to a specific line in your code. See which line it points to. (The actual error may in some cases be somewhere before the line where the compiler realized something is wrong.) -- Jukka Lahtinen