100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

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

Rating
-
Sold
-
Pages
17
Grade
A+
Uploaded on
18-05-2025
Written in
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

Show more Read less
Institution
OCP Oracle Certified Professional Java SE 21
Module
OCP Oracle Certified Professional Java SE 21










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
OCP Oracle Certified Professional Java SE 21
Module
OCP Oracle Certified Professional Java SE 21

Document information

Uploaded on
May 18, 2025
Number of pages
17
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

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:
£11.92
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached


Also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TestSolver9 Webster University
Follow You need to be logged in order to follow users or courses
Sold
758
Member since
2 year
Number of followers
126
Documents
25136
Last sold
2 days ago
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 reviews

5
60
4
19
3
22
2
9
1
23

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions