AT&T 11:40 AM Start Thread Assume you are an instructor of Java and that you hav
ID: 3756809 • Letter: A
Question
AT&T 11:40 AM Start Thread Assume you are an instructor of Java and that you have been given a chance to set your own test. Which topics or content in Java do you prefer to include in your test? Provide and describe at least 10 of those topics in the range (from chapter one to chapter three of the Big Java 6th ed book). Tip: These should be content that you understand very well. Note: After submission of your response, make sure to reply to at least one of your classmates' submission Show LessExplanation / Answer
Answer)
As an instructor of Java, from the content of Java, we will choose the following 10 topics as:
a) Java Object and Class - Concepts about objects and class. Objects is a real-world entity and class is a logical entity which is a Collection of objects.
b) Java Inheritance - Inheritance in Java is where one object or class acquires all the properties and behaviors of a parent class or object
c) Java Polymorphism - Method Overloading, Overriding, Runtime Polymorphism
d) Java Abstraction - Abstraction is the process of hiding the implementation and showing the user only the functionality.
e) Java Encapsulation - Encapsulation in Java is the process where the code and data are wrapped together into a single unit.
f) Wrapper class - Wrapper class is also an OOPS concept wherein conversion of primitive into object and object into primitive is done.
g) Java I/O - Java I/O relates to the concepts in Java to process the input and produce the output.
h) Exception Handling in Java - Exception Handling is the process in Java to handle the runtime errors so that even during the errors the normal application flow is maintained.
i) Multithreading in Java - A thread is a lightweight process and Multithreading in Java is the process for executing multiple threads simultaneously.
j) Collections in Java - Collection framework is used in Java for storing and manipulating the group of objects. Collection frameworks among many are ArrayList, Set, Map, etc.