Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of cbender

cbender

cbender has asked 2 questions and find answers to 4 problems.

Stats

186
EtPoint
70
Vote count
2
questions
4
answers

About

public class Me {
  public String getAbout() {
    return "Java Web Developer";
  }

  public String[] getDevelopmentSkills() {
    return new String[] {
        "Java",
        "JavaScipt",
        "SQL",
        "Python",
        "C#",
        "PHP",
        "R"
    };
  }
}