Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Introduction to Java Programming, Comprehensive Version (10th Edition)
by
Y. Danial liang
Edition:
10th edition
ISBN13:
978-0133761313
ISBN10:
0133761312
772
Java programming
Home
Books
Introduction to Java Programming, Comprehensive Version (10th Edition)
Similar Books
No books found
Title
Chapter: 10 /
Q: 22
(Implement the String class) The String class is provided in the Java library. Provide your own implementation for the following methods (name the new class MyString1):
Chapter: 10 /
Q: 23
(Implement the String class) The String class is provided in the Java library. Provide your own implementation for the following methods (name the new class MyString2):
Chapter: 10 /
Q: 25
(New string split method) The split method in the String class returns an array of strings consisting of the substrings split by the delimiters. However, the delimiters are not returned
Chapter: 10 /
Q: 26
(Calculator) Revise Listing 7.9, Calculator.java, to accept an expression as a string in which the operands and operator are separated by zero or more spaces. For example, 3+4 and 3 + 4 are acceptable expressions. Here is a sample run:
Chapter: 10 /
Q: 27
(Implement the StringBuilder class) The StringBuilder class is provided in the Java library. Provide your own implementation for the following methods (name the new class MyStringBuilder1):
Chapter: 10 /
Q: 28
(Implement the StringBuilder class) The StringBuilder class is provided in the Java library. Provide your own implementation for the following methods (name the new class MyStringBuilder2):
Chapter: 11 /
Q: 1
(The Triangle class) Design a class named Triangle that extends GeometricObject. The class contains:
Chapter: 11 /
Q: 2
(The Person, Student, Employee, Faculty, and Staff classes) Design a class named Person and its two subclasses named Student and Employee. Make Faculty and Staff subclasses of Employee
Chapter: 11 /
Q: 3
(Subclasses of Account) In Programming Exercise 9.7, the Account class was defined to model a bank account. An account has the properties account number, balance, annual interest rate, and date created, and methods to deposit and withdraw funds
Chapter: 11 /
Q: 4
(Maximum element in ArrayList) Write the following method that returns the maximum value in an ArrayList of integers. The method returns null if the list is null or the list size is 0
total questions:
772
Previous
28
29
30
31
32
Next
Questions
772
Views
Best Answers
299
Points
5
×
Close
add reason
reason