代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/392244/8355866
java rodent9.java
// polymorphism/rodent/Rodent9.java
// TIJ4 Chapter Polymorphism, Exercise 9, page 289
/* Create an inheritance hierarchy of Rodent:Mouse, Gerbil, Hamster, etc. In the
* base class, provide methods
www.eeworm.com/read/392244/8355894
java ex3(2).java
// arrays/Ex3.java
// TIJ4 Chapter Arrays, Exercise 3, page 758
/* Write a method that creates and initializes a two-dimensional array of double.
* The size of the array is determined by the * arg
www.eeworm.com/read/392244/8355906
java ex1(2).java
// arrays/Ex1.java
// TIJ4 Chapter Arrays, Exercise 1, page 752
/* Create a method that takes an array of BerylliumSphere as an argument.
* Call the method, creating the argument dynamically. Demon
www.eeworm.com/read/392244/8355910
java ex22.java
// arrays/Ex22.java
// TIJ4 Chapter Arrays, Exercise 22, page 786
// Show that the results of performing a binarySearch() on an
// unsorted array are unpredictable.
import java.util.*;
import net
www.eeworm.com/read/392244/8355912
java ex17(2).java
// arrays/Ex17.java
// TIJ4 Chapter Arrays, Exercise 17, page 775
// Create and test a Generator for BigDecimal, and ensure
// that it works with the Generated methods.
import java.math.*;
impor
www.eeworm.com/read/392244/8355941
java ex23(1).java
// arrays/Ex23.java
// TIJ4 Chapter Arrays, Exercise 23, page 786
// Create an array of Integer fill it with random int values (using
// autoboxing), and sort it into reverse order using a Comparat
www.eeworm.com/read/392244/8355958
java debug.java
// access/debug/Debug.java
// TIJ4 Chapter Access, Exercise 3, page 220
/* Create two packages: debug and debugoff, containing an identical class with a
* debug() method. The first version displays
www.eeworm.com/read/392244/8355965
java accesstest.java
// access/AccessTest.java
// TIJ4 Chapter Access, Exercise 5, page 227
/* Create a class with public, private, protected and package-access fields and
* method members. Create an object of this cl
www.eeworm.com/read/392244/8355986
java loadclass.java
// reusing/LoadClass.java
// TIJ4 Chapter Reusing, Exercise 23, page 274
/* Prove that class loading takes place only once. Prove that loading may be caused
* by either the creation of the first in
www.eeworm.com/read/392244/8356030
java cartoon2.java
// reusing/Cartoon2.java
// TIJ4 Chapter Reusing, Exercise 3, page 245
/* Prove the previous sentence. (Even if you don't create a constructor for
* Cartoon(), the compiler will synthesize a defau