Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Ashoor Questions
555 Questions
(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):
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
219
(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):
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
234
(Divisible by 5 or 6) Find the first ten numbers greater than Long.MAX_VALUE that are divisible by 5 or 6
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
157
(Approximate e) Programming Exercise 5.26 approximates e using the following series:
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
208
(Mersenne prime) A prime number is called a Mersenne prime if it can be written in the form 2p - 1 for some positive integer p
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
171
(Large prime numbers) Write a program that finds five prime numbers larger than Long.MAX_VALUE
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
183
(Square numbers) Find the first ten square numbers that are greater than Long.MAX_VALUE. A square number is a number in the form of n2. For example, 4, 9, and 16 are square numbers. Find an efficient approach to run your program fast
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
228
(Divisible by 2 or 3) Find the first ten numbers with 50 decimal digits that are divisible by 2 or 3
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
174
(Geometry: the bounding rectangle) A bounding rectangle is the minimum rectangle that encloses a set of points in a two-dimensional plane, as shown in Figure 10.24d. Write a method that returns a bounding rectangle for a set of points in a two-dimensional plane, as follows:
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
250
(The MyDate class) Design a class named MyDate. The class contains:
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
258
(Geometry: the MyRectangle2D class) Define the MyRectangle2D class that contains:
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
9470
(Geometry: the Triangle2D class) Define the Triangle2D class that contains:
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
9374
(Geometry: the Circle2D class) Define the Circle2D class that contains:
Java programming
2022-06-05
Answers
30
Question
40
Followers
30
0
1
9749
Total:
555
Previous
7
8
9
10
11
Next
Go