下列值不为true的表达式有?
A "john"=="john"
B "john".equals("john")
C "john"="john"
D "john".equals(new String("john"))