Search:

Type: Posts; User: JorgeMikitiuk

Search: Search took 0.08 seconds.

  1. Re: What are the skills required for Java development?

    JSP, Servlet and Struts are out to date... go ahead with Spring.
    You forget lambdas, annotations, enums, introspection...
    If you're going to learn web technologies, take a look at bootstrap.
    Learn...
  2. Replies
    0
    Views
    698

    The non sense of being Serializable

    Serializable... Serializable... Java designers created this interface that cause a lot of confusion in java developers. Developers at the end accept it as an odd interface with an implicit but not...
  3. Replies
    0
    Views
    646

    Cohesion in Object

    I think that Object has a full lack of cohesion. I will describe why method by method:

    - hashCode: This method should have been defined in an interface related to hash tables. That's the way...
Results 1 to 3 of 3