- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
public MyVirtualMachine(URL uri, String name, String username,
String password) throws RemoteException, MalformedURLException {
...
if (!name.equalsIgnoreCase(name)) {
continue;
}
}