Will the following statement sequence compile? If not which line causes the compile error?
NOTE: The line numbers are just for reference.
{
char firstChar = chrA;
char secondChar = chrB;
return firstChar + secondChar;
}
Access modifiers in Java:
What is the output of the following piece of code?
int x, y, z; x = 3; y = 5; z = 7; z = y = x; System.out.println(x + " " + y + " " + z);
Which of the following can change during the execution of a program:
Which of the following is TRUE about objects?
Which of the following literals is NOT of a primitive type in Java?
Použijte obrázek. Jaké dvě informace je možné určit ze zobrazeného výstupu? (Překlad stavů spojení: ESTABLISHED=navázáno, TIME_WAIT=čeká na potvrzení) (Vyberte 2)
Použijte obrázek. Která transakce TCP se vykonává v řádce 7 výpisu zachycených dat ve Wiresharku?
Použijte obrázek. Hostitel A používá FTP ke stažení (download) velkého souboru ze Serveru 1. Během stahování Server 1 neobdrží potvrzení (acknowledgment) z Hostitele A pro několik bajtů přenášených dat. Jakou akci podnikne Server 1 jako důsledek?