Go back to browse: Free exams and quizzes

Free Exam: Java_Uneb

Number of Questions in Test: 32
Number of Questions in Preview: 5
Register to view all questions.

Note: Answers are not shown below but will be copied with this test.

Copy this test to my quiz maker account

Register with ClassMarker to copy free tests to give to your Test takers.

Register now
Question 1
Qual comando é utilizado para compilar uma classe java?
Type: Multiple choice
Points: 1
Randomize answers: Yes
Question 2
Usando-se o código Java int rot(String dado) throws x,y, z { ...............}, a alternativa que representa uma afirmação verdadeira sobre ele é a
Type: Multiple choice
Points: 1
Randomize answers: Yes
Question 3
Considere o código Java apresentado a seguir.



public class ExemploOperadorUnario{

    

      puclic sstatic void main(String args[])  {

          int var1 = 10;

          int var2 = 20;

          int res = 0;

          res = var1 + var2;

          System.out.println("res: " + res);

          res = var1++ + var2;

          System.out.println("res: " + res);

          res = var1 + var2;

          System.out.println("res: " + res);

          res = var1+ --var2;

          System.out.println("res: " + res);



Assinale a alternativa que contém o resultado correto da execução do código.
Type: Multiple choice
Points: 1
Randomize answers: Yes
Question 4
Em linguagem[i] Java[/i]
Type: Multiple choice
Points: 1
Randomize answers: Yes
Question 5
Os tipos primitivos da linguagem [i]Java[/i] são:
Type: Multiple choice
Points: 1
Randomize answers: Yes
Register free

and create your first custom exams today - no credit card required.

Forgot password? / Register free