100% de satisfacción garantizada Inmediatamente disponible después del pago Tanto en línea como en PDF No estas atado a nada 4,6 TrustPilot
logo-home
Examen

Java 8 Questions for Oracle Certified Associate Java SE 8 Programmer 1 Study Guide Exam And Actual Answers.

Puntuación
-
Vendido
-
Páginas
17
Grado
A+
Subido en
18-05-2025
Escrito en
2024/2025

What year was the Java programming created - Answer 1995 What does OCA stand for - Answer Oracle Certified Associate What are the 2 tests for Java developers provided by Oracle - Answer OCA and OCP The full declaration of a method is called the method ____ - Answer signature True or False - can you add a multiline comment within a multiline comment? - Answer false How many public classes can be added to a single file - Answer 1 Write the syntax for the main method. - Answer public static void main(String[] args) When you compile a Java class what file type extension is output? - Answer .class What does a .class file contain - Answer bytecode True or false, what creating a public Java class in a file does the case used in the file name have to match the case used by the Java class name? - Answer true In a method declaration, the public, protected and private declarations are called what? - Answer access modifiers What is the one special package in Java that you don't need to import? - Answer What is the generic term for packages that are defined after the ny package? - Answer child packages When creating an array, which one of these definitions is correct? 1.) String[] args, 2.) String args[], 3.) String... args, 4.) all of the above - Answer 4

Mostrar más Leer menos
Institución
OCP Oracle Certified Professional Java SE 21
Grado
OCP Oracle Certified Professional Java SE 21










Ups! No podemos cargar tu documento ahora. Inténtalo de nuevo o contacta con soporte.

Escuela, estudio y materia

Institución
OCP Oracle Certified Professional Java SE 21
Grado
OCP Oracle Certified Professional Java SE 21

Información del documento

Subido en
18 de mayo de 2025
Número de páginas
17
Escrito en
2024/2025
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

Vista previa del contenido

Java 8 Questions for Oracle Certified
Associate Java SE 8 Programmer 1
Study Guide Exam And Actual Answers.
What year was the Java programming created - Answer 1995



What does OCA stand for - Answer Oracle Certified Associate



What are the 2 tests for Java developers provided by Oracle - Answer OCA and OCP



The full declaration of a method is called the method ____ - Answer signature



True or False - can you add a multiline comment within a multiline comment? - Answer false



How many public classes can be added to a single file - Answer 1



Write the syntax for the main method. - Answer public static void main(String[] args)



When you compile a Java class what file type extension is output? - Answer .class



What does a .class file contain - Answer bytecode



True or false, what creating a public Java class in a file does the case used in the file name have
to match the case used by the Java class name? - Answer true



In a method declaration, the public, protected and private declarations are called what? -
Answer access modifiers



What is the one special package in Java that you don't need to import? - Answer java.lang



What is the generic term for packages that are defined after the com.company package? -
Answer child packages

,What package does the Files and Paths object belong to? - Answer java.nio.file



What 2 common packages contain the Date class - Answer java.util.Date and java.sql.Date



If a class wanted to use the java.util.Date class, but the class had imports for java.util.* and
java.sql.* which both contain the Date class how would you fix this? - Answer Add an explicit
import for java.util.Date since explicitly importing a class takes precedence over any wildcard
imports.



What command do you use to compile a Java class? - Answer javac



What package is the ArrayList class in? - Answer java.util.



When defining a constructor for class Junk, what is the proper syntax? - Answer public Junk()
{}



// notice there is NO return value.



What is a code block outside of a method called? - Answer instance initializer



Given the class public class Junk { int eggs=0; public Junk() { eggs=1; } { eggs = 10; } } what is the
value of eggs and why? - Answer Answer: 1



Reason: The value is 1 because the fields and instance initializers are run in the order they are
declared and lastly the constructor is run.



In the following code snippet, will this compile?

public class Junk {

{ eggs = 6; }

int eggs;

}

Why or why not? - Answer Answer: Won't Compile

, What are the two types of data that Java applications contain? - Answer primitive type and
reference types



How many primitive data types does Java have? - Answer Answer: 8



There are 8 primitive data types: boolean, byte, short, int, long, float, double and char.



What are the 8 Java primitive types? - Answer boolean, byte, short, int, long, float, double and
char



How many bits is an int primitive data type - Answer 32 bits



How many bits is a long primitive data type? - Answer 64 bits



Which of these floating point data types is bigger? float or double? - Answer Answer: double



Reason: A double type is larger because it is 64 bits and float is only 32.



How many bits is the char primitive type? - Answer Answer: 16 bits



How many bits is a byte primitive data type - Answer Answer: 8 bits



How many bits is a short data type? - Answer Answer: 16 bits



When setting a float data type, what is the correct syntax? - Answer Answer: float myfloat =
123.456f



Reason: You have to remember to add the trailing "f".



What is the range of data a Java byte can hold - Answer Answer: -128 to 127



How many bits are used with the statement:
13,75 €
Accede al documento completo:

100% de satisfacción garantizada
Inmediatamente disponible después del pago
Tanto en línea como en PDF
No estas atado a nada


Documento también disponible en un lote

Conoce al vendedor

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
TestSolver9 Webster University
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
758
Miembro desde
2 año
Número de seguidores
126
Documentos
25136
Última venta
2 días hace
TESTSOLVER9 STORE

TOPNOTCH IN LEARNING MATERIALS,(EXAMS,STUDYGUIDES NOTES ,REVIEWS,FLASHCARDS ,ALL SOLVED AND PACKAGED.OUR STORE MAKE YOUR EDUCATION JOURNEY EFFICIENT AND EASY.WE ARE HERE FOR YOU FEEL FREE TO REACH US OUT .

3,6

133 reseñas

5
60
4
19
3
22
2
9
1
23

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes