Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Jokes for Java programmers...

  • 24-11-2004 12:59pm
    #1
    Registered Users Posts: 948 ✭✭✭


    A LinkedList walks into a bar frequented by Vectors, and says to the barman

    "I'll take a Jack Daniels, on the rocks", and the bartender says

    "Sorry, we don't serve your type here"


    Two session beans in love are sitting cuddled close together:

    "Oh Jarling, my Singleon!", the female session bean exclaims.

    "Let's go Home and Make love.", the male session bean replies.

    "But we can't", the female session bean says. "I don't want to create() new() instances."

    "Don't worry" the male session bean replies with a smile. "My constructor is protected."


    Two female entity beans are talking at the bar:

    "Hey, have you seen that handsome session bean at the other end of the bar.", the first entity bean says.

    The second one, known for being cynical, replies:

    "He's probably just a cute Facade and no Content. Besides, he can't keep up a conversation. He's stateless."


    A Java Programmer recites the Lord's Prayer

    /**

    @author Ganesh Prasad

    */

    import org.religion.*;

    public class LordsPrayer

    {

    public void pray()

    {

    // Our Father, who art in heaven,

    //

    God ourFather = Heaven.getGodInstance();

    // Hallowed be thy Name.

    //

    ourFather.getName().setHallowed( true );

    // Thy kingdom come.

    //

    ourFather.getKingdom().setWelcome( true );

    // Thy will be done in earth

    // As it is in heaven.

    //

    boolean isWillDone = Heaven.isWillDone( ourFather );

    Earth.setWillDone( ourFather, isWillDone );

    // Give us this day our daily bread.

    //

    Bread dailyBread = ourFather.getBread( new Date() );

    // And forgive us our trespassess,

    // As we forgive those who trespass against us.

    //

    synchronized

    {

    ourFather.forgive( this.getTrespasses() );

    this.forgive( this.getTrespassers() );

    }

    // And lead us not into temptation;

    // But deliver us from evil:

    //

    ourFather.removeTemptationListener( this );

    ourFather.deliverFrom( Evil, this );

    // For thine is the kingdom, and the power,

    // and the glory, for ever.

    //

    for (;;)

    {

    Kingdom.setOwner( ourFather );

    Power.setOwner( ourFather );

    Glory.setOwner( ourFather );

    }

    // Amen.

    //

    finalize();

    }

    }


    -Enterprise Server: waiter on StarTrek

    -XML: shirt size between Medium and Large

    -LAN-WAN thank you 'Mam

    -Relational Database: used to track extended families

    -EPROM: what geeks go to in High School

    -Spontaneous Networking: what happens when sales reps get together in the same room


    Why did the Integer drown?

    Cos he couldn't Float!


    Button walks up to a Checkbox in a pub and says

    "you're a drunk, you've got it written all over you!".

    The Checkbox replies, "don't Label me!".


    Q: Why did the Java Chicken cross the road?

    A: He didn't, he was just referred to on the other side.


    yo mama's so fat... she get an ArrayOutOfBoundException!

    yo mama's so po... she does garbage collection for a living!

    yo mama's so ugly... her java.lang.reflect took down the mirror site!


    A boolean passes a friend in the hall, who notes he looks quite depressed.

    The friend vaguely recalls a recent family tragedy and asks,

    "Hey, is it true your parents died last week in a Garbage Collection accident?"

    The boolean replies, "Yeah, and now I've got no place to live, either."

    The friend is shocked, and asks, "But weren't you in their will?"

    The boolean sighs and says, "Nope, no will, no inheritance..."


    DC.


«1

Comments

  • Registered Users, Registered Users 2 Posts: 2,002 ✭✭✭bringitdown


    Nooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo

    Someone shoot me quick


  • Registered Users Posts: 948 ✭✭✭dcGT


    Yeah I know....very bad.... :D

    DC.


  • Registered Users, Registered Users 2 Posts: 7,580 ✭✭✭uberwolf


    I'm saddened that i got most of those


  • Moderators, Entertainment Moderators Posts: 17,993 Mod ✭✭✭✭ixoy


    uberwolf wrote:
    I'm saddened that i got most of those
    Me too. Even worse, my mouth lifted up in a smile at one or two. Possible award for the geekiest jokes I've ever seen...


  • Registered Users, Registered Users 2 Posts: 6,592 ✭✭✭Ro: maaan!


    Oh god.


  • Advertisement
  • Registered Users Posts: 2,327 ✭✭✭NeoSlicerZ


    uberwolf wrote:
    I'm saddened that i got most of those
    as am i.... god save us, god save us all!


  • Closed Accounts Posts: 8,880 ✭✭✭Raphael


    Oh no, worst case here

    I got some, and was annoyed I couldn't get the rest


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 91,962 Mod ✭✭✭✭Capt'n Midnight


    that rated high on the cringe-o-meter
    funny - but ye can't tell them down the pub...


  • Registered Users, Registered Users 2 Posts: 5,335 ✭✭✭Cake Fiend


    I'm disgusted with myself for laughing


  • Moderators, Social & Fun Moderators Posts: 28,633 Mod ✭✭✭✭Shiminay


    Legendary. Excellent stuff.
    Karma++


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 12,605 ✭✭✭✭machiavellianme


    absolutely brilliant. the integer joke was the funniest thing I've heard ina long time.Cheers. Made me laugh!


  • Closed Accounts Posts: 16,793 ✭✭✭✭Hagar


    The integer joke was the only one I got. :confused:
    But it was funny, I'll have to take your word on the rest. :D


  • Registered Users, Registered Users 2 Posts: 21,001 ✭✭✭✭Stark


    Dear God those are bad. The only one I smiled at was the "Java chicken" one, I need to be shot for that.


  • Registered Users Posts: 1,785 ✭✭✭Farls


    Very good, in a bad way though! :D


  • Registered Users Posts: 101 ✭✭enda_4


    Must agree some good ones, dat constructor one was funny :D


  • Legal Moderators, Society & Culture Moderators Posts: 5,400 Mod ✭✭✭✭Maximilian


    01011001 01101111 01110101 00100000 01110000 01100101 01101111 01110000 01101100 01100101 00100000 01100001 01110010 01100101 00100000 01100001 01101100 01101100 00100000 01100111 01100101 01100101 01101011 01110011 00100000 01101001 01100110 00100000 01111001 01101111 01110101 00100000 01100110 01101111 01110101 01101110 01100100 00100000 01110100 01101000 01101111 01110011 01100101 00100000 01100110 01110101 01101110 01101110 01111001 00100001 00100001


  • Registered Users Posts: 1,327 ✭✭✭Nasty_Girl


    Why do programmers get halloween and christmas mixed up? because oct(31) ==dec(25)


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 91,962 Mod ✭✭✭✭Capt'n Midnight


    better get some christmass pressies then.

    Btw: for those who wonder about 1's n 0's in excel / openoffice
    =char(bin2hex(a1)) =DEC2BIN(CODE(A4))

    I/O I/O so it's off to work I go...


  • Closed Accounts Posts: 8,880 ✭✭✭Raphael


    Maximilian wrote:
    01011001 01101111 01110101 00100000 01110000 01100101 01101111 01110000 01101100 01100101 00100000 01100001 01110010 01100101 00100000 01100001 01101100 01101100 00100000 01100111 01100101 01100101 01101011 01110011 00100000 01101001 01100110 00100000 01111001 01101111 01110101 00100000 01100110 01101111 01110101 01101110 01100100 00100000 01110100 01101000 01101111 01110011 01100101 00100000 01100110 01110101 01101110 01101110 01111001 00100001 00100001
    01001110011011110010000001110111011001010010000001100001011100100110010101101110001001110111010000100001


  • Closed Accounts Posts: 8,478 ✭✭✭GoneShootin


    Sico wrote:
    I'm disgusted with myself for laughing

    agreed!


  • Advertisement
  • Closed Accounts Posts: 90 ✭✭jared almasy


    ARGH the binary, keep it away from me. but yeh, im doin CA! at the moment and most of those jokes actually made sense...sad

    theres also the classic, theres 10 types of people in this world, those who understand binary and those who dont...groan


  • Legal Moderators, Society & Culture Moderators Posts: 5,400 Mod ✭✭✭✭Maximilian


    01001001 00100000 01100100 01101111 01101110 00100111 01110100 00100000 01100111 01100101 01110100 00100000 01101001 01110100 00101110


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 91,962 Mod ✭✭✭✭Capt'n Midnight


    [off topic]
    1,1 was a horse
    1,2 was 1,2
    1,1,1,1 race and
    1,2,1,1,2


  • Registered Users, Registered Users 2 Posts: 1,305 ✭✭✭jobonar


    cant believe i laughed, going to hide in the darkest corner i can find now!

    ironically was sitting in a Java class while reading those!!


  • Closed Accounts Posts: 5,064 ✭✭✭Gurgle


    Maximilian wrote:
    01001001 00100000 01100100 01101111 01101110 00100111 01110100 00100000 01100111 01100101 01110100 00100000 01101001 01110100 00101110

    Translation:

    49 20 64 6F 6E 27 74 20 67 65 74 40 65 71 2E
    Ah, now I see where you're going with this.....

    The moderators will not approve.
    Expect to be banned.


  • Registered Users, Registered Users 2 Posts: 12,605 ✭✭✭✭machiavellianme


    Gurgle wrote:
    Translation:

    49 20 64 6F 6E 27 74 20 67 65 74 40 65 71 2E
    Ah, now I see where you're going with this.....
    QUOTE]


    Really? I dont.Care to explain?


  • Legal Moderators, Society & Culture Moderators Posts: 5,400 Mod ✭✭✭✭Maximilian


    Really? I dont.Care to explain?


    4F6820666F7220476F6427732073616B6520697473206F6276696F7573206D616E00


  • Registered Users, Registered Users 2 Posts: 3,541 ✭✭✭duridian


    Damn! now I feel like Lisa Simpson :o


  • Advertisement
Advertisement