Important frameworks/tools to learn

前端 未结 9 1708
长情又很酷
长情又很酷 2020-12-14 04:56

Heyja,

a frequently used answer to the question \"What is so special about Java?\" is \"The tools and frameworks\". I guess this is correct. I am stunned when i see

相关标签:
9条回答
  • 2020-12-14 05:25

    If you want to be perceived as an expert Java programmer, there's no substitute for knowing the standard Java class libraries inside and out. I've seen way too many examples of Java programmers, even experienced ones, re-implementing things from the standard class libraries because they don't know they're in there.

    0 讨论(0)
  • 2020-12-14 05:26

    Two suggestions, somewhat off topic:

    1. Never put something on your resume unless you really know and remember using it. I came across too many candidates who put COM on their resume' without even knowing what the acronym stands for or how to define it.

    2. IMHO, the ability to quickly find answers, learn and understand is far greater than a specific knowledge. Today it's Java and Spring, tomorrow it's Ruby on Rails. Who cares.

    0 讨论(0)
  • 2020-12-14 05:28

    I highly recommend the Find Bugs tool. It is a static code analysis tool that reports likely bugs in your code. The plugin for Eclipse is fantastic and is one of the primary reasons I don't use another IDE.

    0 讨论(0)
提交回复
热议问题