Java 8 OCA (1Z0-808) - Java API (Enthuware sample questions)

preview_player
Показать описание
This tutorial covers the "Java API" topic for the Java SE 8 OCA (1Z0-808) exam. There are 10 sample Enthuware questions covered.
Рекомендации по теме
Комментарии
Автор

@21:47 No, no System.out.println("String".replace("g", "g")=="String"); return true, not false, but if the String length() is >= 2 into replace method then return false. System.out.println("String".replace("ng", "ng")=="String");

compartelo