Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. 3. Examine the following statements and indicate whether it is True () or False ()(10) (1) J Java uses Unicode to store the character
1. 3. Examine the following statements and indicate whether it is True () or False ()(10) (1) J Java uses Unicode to store the character type, and each Unicode char has 16 bits. (2) I All methods in an abstract superclass must be declared abstract. (3) ( ) A Java class can have one or more directed super-classes. (4) ( ) When a String object is created with "Hello, Java!", we can change its content value to "Hello, world". (5) ( ) A Java source can have and only have one pubic class, and this class is the main class for this Java source file. (6) I Java only can support single inheritance, can not support multiple inheritance. (7) ( ) A constructor is a special method with the same name as the class that is used to initialize the members of a class object. Constructors are called when objects of their classes are instantiated. (8) ( ) Abstract methods only maintain the method declarations without method implementations. (9) ( ) A class can implement multiple interfaces. And an interface can inherit from "multiple interfaces". (10) The Arrays class can mainly operate the array objects for some general purposes, such as sorting array, display array and so on
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started