Re: Programming Languages for the Java Virtual Machine
From: Tony Morris (not_at_telling.you)
Date: 12/24/04
- Next message: stratfan_at_mindspring.com: "Re: ConnectionPoolDataSource + MM MySQL + Tomcat4"
- Previous message: VisionSet: "JFormattedTextField.AbstractFormatter"
- In reply to: Ann: "Re: Programming Languages for the Java Virtual Machine"
- Next in thread: Chris Uppal: "Re: Programming Languages for the Java Virtual Machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 24 Dec 2004 02:30:07 GMT
"Ann" <Ann@nospam.invalid> wrote in message
news:zBKyd.247293$V41.128396@attbi_s52...
>
> "Tony Morris" <not@telling.you> wrote in message
> news:HNJyd.86467$K7.16522@news-server.bigpond.net.au...
> >
> > <jrefactors@hotmail.com> wrote in message
> > news:1103847971.875480.95110@z14g2000cwz.googlegroups.com...
> > > > Your programming language for the JAVA Virtual Machine would be the
> > > Java
> > > > programming language.
> > >
> > >
> > > http://flp.cs.tu-berlin.de/~tolk/vmlanguages.html
> > > What does it mean here?
> > >
> >
> > They are programming languages that produce Java bytecode (refer to the
> JVM
> > Specification).
> > The Java Programming Language (refer to the Java Language Specification)
> > compiles .java source files to Java .class files that contain Java
> bytecode.
> > Other programming languages compile to Java .class files that contain
Java
> > bytecode too.
> >
> > --
> > Tony Morris
> > http://xdweb.net/~dibblego/
> >
> Is it not true that of the Java byte codes produced
> some are general purpose, but many are Java specific?
> For example the byte codes generated to instantiate
> a new Java class object probably would not work for
> another language like C++?
That question appears to be way out of context.
I can only suggest having a look at the VM spec.
-- Tony Morris http://xdweb.net/~dibblego/
- Next message: stratfan_at_mindspring.com: "Re: ConnectionPoolDataSource + MM MySQL + Tomcat4"
- Previous message: VisionSet: "JFormattedTextField.AbstractFormatter"
- In reply to: Ann: "Re: Programming Languages for the Java Virtual Machine"
- Next in thread: Chris Uppal: "Re: Programming Languages for the Java Virtual Machine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|