1. Read All Questions Carefully: Make sure you understand each question.
2. Time Management: You have a specific amount of time to complete the exam.
Keep an eye on the clock and pace yourself.
3. Allowed Materials: Only use materials that are explicitly allowed. Unauthorized
materials can lead to disqualification.
4. ANS Format: Follow the required format for your ANS. For example, multiple-
choice questions might need you to select the best ANS, while essay questions
require detailed responses.
5. Academic Integrity: Adhere to the university's honor code. Any form of cheating or
plagiarism is strictly prohibited.
6. Technical Requirements: Ensure your computer and internet connection are
stable. For online exams, you might need a webcam and microphone for proctoring
purposes.
7. Submission: Submit your ANS before the time expires. Late submissions might
not be accepted.
,1. Which of the following is true regarding the `Serializable`
interface in Java?
a) It is a marker interface.
b) It requires the class to implement the `writeObject()` method.
c) It is used for deep cloning of objects.
d) It can only be applied to interfaces.
ANS: a) It is a marker interface.
Rationale: The `Serializable` interface does not contain any
methods and is used to indicate that a class can be serialized.
2. Which keyword is used to prevent a method in Java from
being overridden?
a) final
b) static
c) private
d) protected
ANS: a) final
Rationale: When a method is declared with the `final`
keyword, it cannot be overridden in a subclass.
, a) To prevent a variable from being changed.
b) To exclude a variable from serialization.
c) To mark methods as final.
d) To allow multiple threads to access a method.
ANS: b) To exclude a variable from serialization.
Rationale: Variables marked as `transient` are not serialized,
meaning they will not be saved during the serialization process.
4. In Java, which collection class allows duplicate elements and
maintains insertion order?
a) HashSet
b) TreeMap
c) ArrayList
d) HashMap
ANS: c) ArrayList
Rationale: `ArrayList` allows duplicate elements and
maintains the order of insertion.
, c) An interface can implement another interface.
d) All methods in interfaces are inherently public.
ANS: c) An interface can implement another interface.
Rationale: Interfaces can extend other interfaces but cannot
implement them.
Fill-in-the-Blank Questions
6. The ________ keyword in Java is used to declare a variable
that cannot change its value once assigned.
ANS: final
Rationale: The `final` keyword makes a variable immutable.
7. Java uses ________ to achieve polymorphism through method
overloading and method overriding.
ANS: dynamic method dispatch
Rationale: Polymorphism is achieved dynamically at runtime
for overridden methods.
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller emiliophd. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $15.49. You're not tied to anything after your purchase.