how to remove a certain string in a arraylist java

Java
myStrings.remove("Alpha");
Source

Also in Java: