110

Working in Java be like.

Comments
  • 14
    And then u get a nullpointerexception at window .
  • 9
    Shape myShape = new Triangle(); // this makes a triangle shape

    Comments in java
  • 8
    I am not sure how this applies to Java or at the very least Java specifically.
  • 2
    @mrtnrdl looks like the guy in the cartoon shirt himself haha!
  • 5
    not sure I get why Java in particular would be accused of this.

    Is it just because of the lack of a var keyword?
  • 4
    Reason #9 that I like kotlin
  • 2
    Other people's comments be like
  • 3
    @jiraTicket because everything in Java is an object
  • 4
    @rickygoldchain actually I believe it's about casting. When you declare an object you have to be really explicitly about it. Like:
    EditText editText = new (EditText) find(R.Id.editfuckingtext)
    Exaggerating only slightly here.
Add Comment