Search:

Type: Posts; User: Kerr

Search: Search took 0.13 seconds.

  1. Re: Lazy Thursday Question: Weird Syntax You've Seen?

    Lol, yeah, it would actually have been better with normal compilers in my opinion. This just seems so weird when you first look at it.
  2. Re: Lazy Thursday Question: Weird Syntax You've Seen?

    Found this on the internet.

    public class JTest
    {
    /**
    * @param args the command line arguments
    */
    public static void main(String[] args)
    {
    System.out.println(...
  3. Re: Lazy Thursday Question: Weird Syntax You've Seen?

    I encountered this the other day. Appearently even anonymous inner classes can have some form of constructor like functionality. It just looks really weird, lol. For example:

    public class Program...
  4. Re: Lazy Thursday Question: Weird Syntax You've Seen?

    EDIT: Lol, I duplicated the one posted right above this post. It actually took me a ages to figure that one out, if I remember correctly. In any case, inner classes seems to be the source of many...
Results 1 to 4 of 4