| 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 asked any questions
|
|
Stack Overflow | 392 rep | 110 |
|
|
Meta Stack Overflow | 101 rep | |
|
|
Ask Ubuntu | 101 rep | |
|
|
Code Review | 101 rep |
This user has no active bounties
0 Votes Cast
This user has not cast any votes