Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!border3.nntp.ams.giganews.com!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!nntp.bt.com!news.bt.com.POSTED!not-for-mail NNTP-Posting-Date: Sun, 06 Jan 2013 08:12:48 -0600 From: "Chris Uppal" Newsgroups: comp.lang.java.programmer References: <-8CdnaTS2P6a5HTNnZ2dnUVZ8vOdnZ2d@bt.com> Subject: Re: "Hello world!" without a public class? Date: Sun, 6 Jan 2013 14:12:51 -0000 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5512 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 Message-ID: Lines: 17 X-Usenet-Provider: http://www.giganews.com X-AuthenticatedUsername: NoAuthUser X-Trace: sv3-OsxzL4/7r4WpWJGhDxRU3QGhF536XQ51biYR8bVylPKkSAAM7fK/KP/I4uKFns5LIUd7c68JAhBnVPO!EuxhnSPxA6y0klttEY/mNrbQc6SVoneTQcAlutmlfd9EKhwXNTIrsbNxbejSpiopfJgI0Kj4PRg= X-Complaints-To: abuse@btinternet.com X-DMCA-Complaints-To: abuse@btinternet.com X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1826 Xref: csiph.com comp.lang.java.programmer:21029 Stefan Ram wrote: > ram@zedat.fu-berlin.de (Stefan Ram) writes: > > , where the parameterlist might be empty and might contain > > literals, instance creation expressions and method invocations > > (a very small subset of Java, which can be implemented easily). > > Which also might open the world of amazing »Java one-liners«, > where JavaSE methods are invoked from the command line without > any actual user code to do something useful. BeanShell ? (http://www.beanshell.org/intro.html) -- chris