public class CodeGeek { String[] description = new String() { "Highly motivated person", "Java Lover", "Android Developer", "Full time developer" }; String[] hobbies = new String() { "Coding", "Learn coding", "Enjoy coding !", }; }