Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions