✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
class Foo
{
class Bar{ }
}
class Test
{
public static void main (String [] args)
{
Foo f = new Foo();
/* Line 10: Missing statement ? */
}
}
Який запис, що вставляється в рядку 10 створює екземпляр Bar?