5
Comments
  • 11
    * is bullshit.
  • 1
    Yes yes amigo. Its simple
  • 5
    Having explicit imports is good to read

    One Good thing about using wildcards is, it doesn't do any other harm. javac expands it and adds only the relevant ones to the .class files anyway
  • 1
    Import java.util as util (python solution)
  • 1
    Since using a competent IDE instead of NetBeans, no.
  • 1
    @Ranchonyx well true
  • 2
    What's a scaner?
  • 0
    @Hastouki a class in java use to get user input
  • 1
    I know meme creators a lazy, but come on. More than half those packages or classes don't even exist.
  • 2
    @viral I think that's a scanner...
  • 2
    @AlmondSauce all of them exist. The first one is just misspelled.
  • 2
    @p100sch Really? Point me to java.util.math and you can have a cookie.

    Most of the others have casing, spelling or plurality issues. I mean, I know it's just a meme but come on. You could copy a better list from any valid Java source file going.
  • 2
    @AlmondSauce oh now I see it. I must have read it as Map at a glance. Sorry. And just copy pasting the tree from the Java docs would have indeed worked better.
Add Comment