How much java skill I need for starting developing plugins?

Discussion in 'General Help' started by Sina.j, Apr 15, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Sina.j

    Hello guys.
    So, the title seems enough for my question. What subjects I have to know about other than basics, knowing classes, exceptiins and basic of streams?
     
  2. Offline

    timtower Administrator Administrator Moderator

    @Sina.j Constructors and instances, and knowing not to use static.
     
  3. Offline

    Sina.j

    Ofcourse I know them!
     
  4. Offline

    timtower Administrator Administrator Moderator

    Then you just need to know how to use any API and you are good to go.
     
    Sina.j likes this.
  5. Offline

    teej107

    syntax, encapsulation, OOP
     
  6. Offline

    WishMachine

    for loops, if statements, syntax, and how to google
     
  7. Offline

    oceantheskatr

    I've used Google more in my first month of developing than I had in the 6 months before then xD
     
    WishMachine likes this.
  8. @Sina.j You need to know enough that you fully understand every single line that you write.
     
    teej107 likes this.
  9. Offline

    nverdier

    And also to know how to write each line that you do. (Like know how to make something happen)
     
Thread Status:
Not open for further replies.

Share This Page