// here's how you declare a char array char[] charArray = new char[]{/*your elements here separated by a comma*/};