Re: Unfamiliar with initializer
- From: "Charles Hottel" <chottel@xxxxxxxxxxxxx>
- Date: Wed, 25 Apr 2007 23:12:26 GMT
"Tom Hawtin" <usenet@xxxxxxxxxxxxxxxxx> wrote in message
news:462e9c13$0$8729$ed2619ec@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Charles Hottel wrote:
One of the Java Puzzles has the following statement which use an elipsis
in a way in which I have not seen before:
private staic Class engineClass = ...;
That's not Java syntax. It appears to be indicating that some code
unimportant to the example has been elided. A normal English usage of the
elipsis...
Tom Hawtin
Ok, thanks. I thought that might be the case but seeing the semicolon made
me think it was something special with regards to the Class class which I
have had very little experience with so far.
.
- References:
- Unfamiliar with initializer
- From: Charles Hottel
- Re: Unfamiliar with initializer
- From: Tom Hawtin
- Unfamiliar with initializer
- Prev by Date: Re: Working with data that has multiple columns and rows
- Next by Date: Re: how to login into a website automatically in a java application without typing the username and password manually
- Previous by thread: Re: Unfamiliar with initializer
- Next by thread: Tomcat and javaee.jar
- Index(es):
Relevant Pages
|