Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #3554

Re: Compile error: java: <identifier> expected

X-Received by 10.68.166.132 with SMTP id zg4mr11286440pbb.7.1440782267917; Fri, 28 Aug 2015 10:17:47 -0700 (PDT)
X-Received by 10.182.81.130 with SMTP id a2mr186051oby.30.1440782267819; Fri, 28 Aug 2015 10:17:47 -0700 (PDT)
Path csiph.com!xmission!news.glorb.com!se8no155201igc.0!news-out.google.com!f6ni7951igi.0!nntp.google.com!u8no120950igq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.java.help
Date Fri, 28 Aug 2015 10:17:47 -0700 (PDT)
In-Reply-To <29442c5a-69a2-451a-88f0-25a5e0b9937e@googlegroups.com>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=122.169.204.157; posting-account=-73VOQoAAACSL9a8IwmgPxPYeGDRlCIZ
NNTP-Posting-Host 122.169.204.157
References <29442c5a-69a2-451a-88f0-25a5e0b9937e@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <6f75146e-88cf-47b2-b97f-3e51971a443c@googlegroups.com> (permalink)
Subject Re: Compile error: java: <identifier> expected
From rockz.world143@gmail.com
Injection-Date Fri, 28 Aug 2015 17:17:47 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.java.help:3554

Show key headers only | View raw


class MyClass
{ 
    public static void main(String[] args)
   { 
    Person p = new Person(); 
    p.sing(); 
    } 
} 

class Person 
    { 
        void sing() 
        { 
        System.out.println("la..la..la.."); 
         } 
     } 
class Professor 
     { 
         void singalong() 
         { 
           System.out.println("la..la..laaaaa..la.."); 
           } 
     }
    

NOW ITS OKAY

Back to comp.lang.java.help | Previous | Next | Find similar


Thread

Re: Compile error: java: <identifier> expected rockz.world143@gmail.com - 2015-08-28 10:17 -0700

csiph-web