logo

Crowdly

Browser

Add to Chrome

* TI505A-2526PSA01 - Java 2 : Programmation générique, fonctionnelle et concurrente (INGE-1-AFRIQUE, INGE-1-AFRIQUE-SEM-A)

Looking for * TI505A-2526PSA01 - Java 2 : Programmation générique, fonctionnelle et concurrente (INGE-1-AFRIQUE, INGE-1-AFRIQUE-SEM-A) test answers and solutions? Browse our comprehensive collection of verified answers for * TI505A-2526PSA01 - Java 2 : Programmation générique, fonctionnelle et concurrente (INGE-1-AFRIQUE, INGE-1-AFRIQUE-SEM-A) at moodle.myefrei.fr.

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

Quelle est la sortie du programme suivant ? 

System.out.print("a");

try

{

System.out.print("b");

throw new IllegalArgumentException();

} catch (ArithmeticException e) {

System.out.print("c");

} finally {

System.out.print("d");

}

System.out.print("e");

View this question

Comment créer une instance d’une classe interne non statique ?

50%
0%
0%
View this question

Quelle est la sortie de ce programme ?

import java.util.*;

public class Test {

       public static void main(String[] args)

      {

           int[] x = { 1, 2, 3, 4 };

           int[] y = x;

           x = new int[2];

           for (int i = 0; i < x.length; i++)

                    System.out.print(y[i] + " ");

      }

}

View this question

Quelle phrase correspond le mieux à

la définition d'une méthode de classe ?

0%
0%
0%
View this question

Laquelle de ces propositions est un exemple de polymorphisme ?

0%
0%
View this question

Comment accéder à

une classe interne statique ?

View this question

Nous disposons d’une classe Info définie par les attributs : Identité, Nom, Prénom

Qu’affiche le code suivant :

class EssaiInfo  {

     public static void main(String arg[]) {

         Info info1 = new Info(15, "Charon", "Irene");

         Info info2 = new Info(15, "Charon", "Irene");

         System.out.println("avec ==, info1 et info2 sont égaux : " + (info1 == info2));

      }

}

0%
0%
View this question

Dans le modèle 2,  la méthode run est appelée par la méthode run du thread.

100%
0%
View this question

Qu'est-ce qui est vrai  

au sujet

des classes abstraites ?

0%
50%
0%
View this question

Which of these programs can display what the user enters on the keyboard until the user enters the word: ok?

View this question

Want instant access to all verified answers on moodle.myefrei.fr?

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

Browser

Add to Chrome