Click here to Skip to main content
15,896,154 members
Articles / Programming Languages / Java / Java SE / J2EE

How to Create a Random Joke Generator in Java

Rate me:
Please Sign up or sign in to vote.
4.33/5 (2 votes)
14 May 2010CPOL1 min read 23.3K   10  
How to create a Random Joke Generator in Java
  • javajoke.zip
    • javajoke
      • .classpath
      • .project
      • bin
        • joke.class
        • jokes
          • BLUNDERS.TXT
          • EMAILJNK.TXT
          • FEMALE.TXT
          • FEMCOMP.TXT
          • GOLF.TXT
          • KEEPMIND.TXT
          • LIFEFACT.TXT
          • MATHJOKE.TXT
          • NERD.TXT
          • RULES.TXT
          • WEBTERM.TXT
      • src
        • joke.class
        • joke.java
        • jokes
          • BLUNDERS.TXT
          • EMAILJNK.TXT
          • FEMALE.TXT
          • FEMCOMP.TXT
          • GOLF.TXT
          • KEEPMIND.TXT
          • LIFEFACT.TXT
          • MATHJOKE.TXT
          • NERD.TXT
          • RULES.TXT
          • WEBTERM.TXT
"REASONS COMPUTERS MUST BE FEMALE"
" No one but their creator understands their internal logic."
" Even your smallest mistakes are immediately committed to memory for future reference."
" The native language used to communicate with other computers is incomprehensible to everyone else."
" The message, Bad command or filename, is about as informative as  If you don't know why I'm mad at you, then I'm certainly not going to tell you."
" As soon as you make a commitment to one, you find yourself spending half your paycheck on accessories for it."

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sweden Sweden
About me:
I attended programming college and I have a degree in three most famous and successful programming languages. C/C++, Visual Basic and Java. So i know i can code. And there is a diploma hanging on my wall to prove it.
.
I am a professional, I am paid tons of cash to teach or do software development. I am roughly 30 years old .

I hold lectures in programming. I have also coached students in C++, Java and Visual basic.

In my spare time i do enjoy developing computer games, and i am developing a rather simple flight simulator game
in the c++ programming language using the openGL graphics libray.

I've written hundreds of thousands of code syntax lines for small simple applications and games.

Comments and Discussions