Geschreven door studenten die geslaagd zijn Direct beschikbaar na je betaling Online lezen of als PDF Verkeerd document? Gratis ruilen 4,6 TrustPilot
logo-home
Document preview thumbnail
Voorbeeld 4 van de 66 pagina's
Tentamen (uitwerkingen)

ABSOLUTE JAVA COMPREHENSIVE EXAM SCRIPT VERIFIED QUESTIONS AND SOLUTIONS GRADED APLUS

Document preview thumbnail
Voorbeeld 4 van de 66 pagina's

ABSOLUTE JAVA COMPREHENSIVE EXAM SCRIPT VERIFIED QUESTIONS AND SOLUTIONS GRADED APLUS

Voorbeeld van de inhoud

ABSOLUTE JAVA COMPREHENSIVE EXAM
SCRIPT VERIFIED QUESTIONS AND
SOLUTIONS GRADED APLUS

●● Why do we need to implement the Clonable interface?
Answer: At runtime it would throw the CloneNotSupportedException if
we don't implement the Cloneable interface. A class implements the
Cloneable interface to indicate to the Object.clone() method that it is
legal for that method to make a field-for-field copy of instances of that
class.


●● What is a marker interface?
Answer: A Marker interface, has no method.
Serializable, Clonable are marker interfaces.


●● How do you clone an object?
Answer: MyClone a = (MyClone) c.clone()
- TypeCast is nessesary.
- handle CloneNotSupportedException


●● Why can Annotations replace marker interfaces?

,Answer: Annotations can convey metadata about the class to its
consumers without creating a separate type for it. Annotations let you
pass information to classes that "consume" it.


●● What is Double-Checked Locking?
Answer: To reduce the overhead of acquiring a lock by first testing the
locking criterion without actually acquiring the lock.


●● How do you make an object serializable?
Answer: The class must implement the java.io.Serializable interface


●● Java object serialization is performed using which classes?
Answer: Java object serialization (writing) is done with the
ObjectOutputStream and deserialization (reading) is done with the
ObjectInputStream.


●● What is serialVersionUID?
Answer: In addition to implementing the Serializable interface, a class
intended for serialization should also contain a private static final long
variable named serialVersionUID.
The serialVersionUID variable is used by Java's object serialization API
to determine if a deserialized object was serialized (written) with the
same version of the class, as it is now attempting to deserialize it into.
If you make changes to the class that affect serialization, you should also
change its serialVersionUID value.

,●● What is escape analysis?
Answer: escape analysis is a method for determining the dynamic scope
of pointers - where in the program a pointer can be accessed.


●● What is the size of byte?
Answer: 8 bits


●● What is the size of char?
Answer: 16 bits


●● What is the size of short?
Answer: 16 bits


●● What is the size of int?
Answer: 32 bits


●● what is the size of long?
Answer: 64 bits


●● what is the size of float?
Answer: 32 bits

, ●● what is the size of double?
Answer: 64 bits


●● What is the range of byte
Answer: -128 to 127


●● What is the range of short?
Answer: -32,768 to 32,767


●● What is the range of int?
Answer: -2,1 billion to 2,1billion


●● How do you check if a number is even?
Answer: check if number AND 1 is 0


●● How do you test if the n-th bit is set?
Answer: Shift n times to the right and then AND


●● How can you set the n-th bit
Answer: Shift n times to the left and OR

Documentinformatie

Geüpload op
15 juli 2026
Aantal pagina's
66
Geschreven in
2025/2026
Type
Tentamen (uitwerkingen)
Bevat
Vragen en antwoorden
$13.99

Verkeerd document? Gratis ruilen Binnen 14 dagen na aankoop en voor het downloaden kun je een ander document kiezen. Je kunt het bedrag gewoon opnieuw besteden.
Geschreven door studenten die geslaagd zijn
Direct beschikbaar na je betaling
Online lezen of als PDF

Seller avatar
De reputatie van een verkoper is gebaseerd op het aantal documenten dat iemand tegen betaling verkocht heeft en de beoordelingen die voor die items ontvangen zijn. Er zijn drie niveau’s te onderscheiden: brons, zilver en goud. Hoe beter de reputatie, hoe meer de kwaliteit van zijn of haar werk te vertrouwen is.
GradeGalaxy
4.4
(9)
Verkocht
132
Volgers
4
Items
44864
Laatst verkocht
6 uur geleden


Waarom studenten kiezen voor Stuvia

Gemaakt door medestudenten, geverifieerd door reviews

Kwaliteit die je kunt vertrouwen: geschreven door studenten die slaagden en beoordeeld door anderen die dit document gebruikten.

Niet tevreden? Kies een ander document

Geen zorgen! Je kunt voor hetzelfde geld direct een ander document kiezen dat beter past bij wat je zoekt.

Betaal zoals je wilt, start meteen met leren

Geen abonnement, geen verplichtingen. Betaal zoals je gewend bent via iDeal of creditcard en download je PDF-document meteen.

Student with book image

“Gekocht, gedownload en geslaagd. Zo makkelijk kan het dus zijn.”

Alisha Student

Bezig met je bronvermelding?

Maak nauwkeurige citaten in APA, MLA en Harvard met onze gratis bronnengenerator.

Bezig met je bronvermelding?

Veelgestelde vragen