A. String temp [] = new String {“a” “b” “c”}; B. String temp [] = {“a” “b” “c”} C. String temp = {“a”. “b”, “c”} D. String temp [] = {“a”. “b”, “c”}