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


Groups > comp.lang.java.programmer > #7099

Re: Java 7 feature Q.

From Lew <lewbloch@gmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: Java 7 feature Q.
Date 2011-08-13 22:05 -0700
Organization http://groups.google.com
Message-ID <cf49d022-a6f7-4dfc-b8d5-ae6bb3074b67@glegroupsg2000goo.googlegroups.com> (permalink)
References <j24m14$ju$1@speranza.aioe.org> <d7fcd8dd-ea13-43c8-a137-c7a70ca3e679@glegroupsg2000goo.googlegroups.com> <slrnj4c97e.6gl.avl@gamma.logic.tuwien.ac.at> <1c933ee8-2deb-489e-a63e-5c6385d7dd1d@glegroupsg2000goo.googlegroups.com>

Show all headers | View raw


Lew wrote:
> Andreas Leitgeb wrote:
>> Lew wrote:
>>> "00101010" wrote:
>>>> Did they, like promised, add the waka waka shortcut for the instance 
>>>> creation operator?
>>> Of which "they" do you speak?  There has never been a promise for Java
>>> to have a "waka waka" shortcut, whatever the heck that is,
>>> and Java doesn't have an instance creation operator.
>> 
>> Isn't "new" an instance creation operator?
> 
> No, it is not, because it is not a Java operator.

The complete list of Java operators is in the JLS:
<http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.12>
<quote>
The following 37 tokens are the operators, formed from ASCII characters:

Operator: one of
 =    >    <    !    ~    ?    :
 ==   <=   >=   !=   &&   ||   ++   --
 +    -    *    /    &    |    ^    %    <<   >>   >>>
 +=   -=   *=   /=   &=   |=   ^=   %=   <<=  >>=  >>>=
</quote>

-- 
Lew

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Java 7 feature Q. 00101010 <zerozeroonezeroonezeroonezero@h2g2.cazoola> - 2011-08-12 22:03 -0400
  Re: Java 7 feature Q. Lew <lewbloch@gmail.com> - 2011-08-12 21:05 -0700
    Re: Java 7 feature Q. Andreas Leitgeb <avl@gamma.logic.tuwien.ac.at> - 2011-08-13 07:17 +0000
      Re: Java 7 feature Q. Lew <lewbloch@gmail.com> - 2011-08-13 00:45 -0700
        Re: Java 7 feature Q. Lew <lewbloch@gmail.com> - 2011-08-13 22:05 -0700
      Re: Java 7 feature Q. Arne Vajhøj <arne@vajhoej.dk> - 2011-08-13 09:39 -0400
        Re: Java 7 feature Q. Lew <lewbloch@gmail.com> - 2011-08-13 09:25 -0700
        Re: Java 7 feature Q. Lew <lewbloch@gmail.com> - 2011-08-13 09:40 -0700
    Re: Java 7 feature Q. Dangling Pointer <dpointer2@gmail.com> - 2011-08-16 09:17 -0700
      Re: Java 7 feature Q. Jeff Higgins <jeff@invalid.invalid> - 2011-08-16 13:35 -0400
      Re: Java 7 feature Q. Lew <lewbloch@gmail.com> - 2011-08-16 13:13 -0700
      Re: Java 7 feature Q. Tom Anderson <twic@urchin.earth.li> - 2011-08-16 21:39 +0100
        Re: Java 7 feature Q. Robert Klemme <shortcutter@googlemail.com> - 2011-08-16 23:46 +0200
      Re: Java 7 feature Q. Jim Janney <jjanney@shell.xmission.com> - 2011-08-16 15:43 -0600
  Re: Java 7 feature Q. Roedy Green <see_website@mindprod.com.invalid> - 2011-08-13 14:00 -0700
    Re: Java 7 feature Q. Lew <lewbloch@gmail.com> - 2011-08-13 22:13 -0700

csiph-web