logo

Crowdly

Browser

Add to Chrome

Informatica anul II_2025-2026 (P-2421)

Looking for Informatica anul II_2025-2026 (P-2421) test answers and solutions? Browse our comprehensive collection of verified answers for Informatica anul II_2025-2026 (P-2421) at moodle1.ceiti.md.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Inițializare corectă pentru un tablou bidimensional String:

View this question

Care clasă permite citirea datelor în format binar?

View this question

Care colecție sortează automat elementele?

View this question

Care clasă este recomandată pentru concatenări repetate într-o buclă?

View this question

Compararea corectă a două tablouri bidimensionale:

View this question

Potrivește operația cu exemplul corect:

View this question

Care va fi rezultatul afișat?

import java.util.*;

public class Test {

    public static void main(String[] args) {

        Set<Integer> set = new HashSet<>();

        set.add(10);

        set.add(20);

        set.add(10);

        System.out.println(set.size());

    }

}

View this question

Câte valori poate returna metoda compareTo() atunci când două elemente sunt egale?

View this question

De câte ori se afișează mesajul „FINAL”?

public class Test {

    public static void main(String[] args) {

        try {

            int x = 5 / 0;

        } catch (Exception e) {

            System.out.print("ERROR ");

        } finally {

            System.out.print("FINAL ");

        }

    }

}

View this question

Indexarea elementelor într-un tablou unidimensional începe de la 0.

100%
0%
View this question

Want instant access to all verified answers on moodle1.ceiti.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome