101 reputation
bio website
location Bangalore, India
age 29
visits member for 1 year, 1 month
seen Aug 7 '12 at 10:57
stats profile views 1
package co.in.titogeo;

import java.util.ArrayList;
import java.util.List;

public class SoftwareDeveloper {

    private String name = "Tito George";

    private String location = "Bangalore, India";

    private Integer yearsOfExperience = 6;  

    private List<String> mySkills = new ArrayList<String>(){
        {
            add("Java");
            add("J2EE");
            add("JavaScript");
            add("HTML");
            add("CSS");
            add("Oracle SQL");
            add("ORM");
        }
    };  

    private List<String> curiousAbout = new ArrayList<String>(){
        {
            add("jQuery");
            add("AJAX");
            add("GWT");
            add("GAE for Java");
            add("Swing");
            add("HTML5");
            add("...");
        }
    };
}

This user has not answered any questions
This user has not asked any questions
This user has not participated in any tags
This user has not earned any badges

0 Votes Cast

This user has not cast any votes