代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/434781/7801992
java scarab.java
// reusing/Scarab.java
// TIJ4 Chapter Reusing, Exercise 24, page 274
/* In Beetle.java, inherit a specific type beetle from class Beetle, following
* the same format as the existing classes. Trace
www.eeworm.com/read/434781/7802008
java dogtest.java
// operators/DogTest.java
// TIJ4 Chapter Operators, Exercise 5, page 105
/* Create a class called Dog containing two Strings: name and says.
* In main(), create two dog objects with names "spot" (
www.eeworm.com/read/434781/7802010
java ex6.java
// innerclasses/Ex6.java
// TIJ4 Chapter Innerclasses, Exercise 6, page 353
/* Create an interface with at least one method, in its own package. Create
* a class in a separate package. Add a protec
www.eeworm.com/read/434781/7802015
java ex15(1).java
// innerclasses/Ex15.java
// TIJ4 Chapter Innerclasses, Exercise 15, page361
/* Create a class with a non-default constructor and no default constructor.
* Create a second class that has a method t
www.eeworm.com/read/434781/7802032
java outer8.java
// innerclasses/Outer8.java
// TIJ4 Chapter Innerclasses, Exercise 8, page 354
/* Determine whether an outer class has access to the private elements of
* its inner class.
*/
class Outer8 {
www.eeworm.com/read/434781/7802042
java testregularexpression11.java
// strings/TestRegularExpression11.java
// TIJ4 Chapter Strings, Exercise 11, page 533
/* Apply the regular expression:
* (?i)((^[aeiou])|(\s+[aeiou]))\W+?[aeiou]\b
* to
* "Arline ate eight ap
www.eeworm.com/read/434781/7802044
java startend13.java
// strings/StartEnd13.java
// TIJ4 Chapter Strings, Exercise 13, page 538
// Modify StartEnd.java so that it uses Groups.POEM as input, but still produces positive
// outputs for find(), lookingAt
www.eeworm.com/read/434781/7802047
java receipt4.java
// strings/Receipt4.java
// TIJ4 Chapter Strings, Exercise 4, page 518
/* Modify Receipt.java so that the widths are all controlled by a single
* set of constant values. The goal is to allow you to
www.eeworm.com/read/434781/7802058
java ex19(2).java
// strings/Ex19.java
// TIJ4 Chapter Strings, Exercise 19, page 546
/* Building on the previous two exercises, write a program that examines
* Java source-code and produces all the class names use
www.eeworm.com/read/434781/7802073
java varargex19.java
// initialization/VarargEx19.java
// TIJ4 Chapter Initialization, Exercise 19, page 204
/* Write a method that takes a vararg String array. Verify that you can pass
* either a comma-separated list