代码搜索:Exercise
找到约 10,000 项符合「Exercise」的源代码
代码结果 10,000
www.eeworm.com/read/392244/8356138
java horrorshow14.java
// innerclasses/HorrorShow14.java
// TIJ4 Chapter Innerclasses, Exercise 14, page361
/* Modify interfaces/HorrorShow.java to implement DangerousMonster and
* Vampire using anonymous classes.
*/
i
www.eeworm.com/read/392244/8356154
java ex5(2).java
// strings/Ex5.java
// TIJ4 Chapter Strings, Exercise 5, page 521
/* For each of the basic conversion types in the above table, write the
* most complex formatting expression possible. That is, us
www.eeworm.com/read/392244/8356160
java sentence7.java
// strings/Sentence7.java
// TIJ4 Chapter Strings, Exercise 7, page 527
/* Using the documentation for java.util.regex.Pattern as a resource,
* write and test a regular expression that checks a sen
www.eeworm.com/read/392244/8356185
java scanner20.java
// strings/Scanner20.java
// TIJ4 Chapter Strings, Exercise 20, page 549
/* Create a class that contains int, long, float and double and String fields.
* Create a constructor for this class that ta
www.eeworm.com/read/392244/8356301
java ex17.java
// interfaces/Ex17.java
// TIJ4 Chapter Interfaces, Exercise 17, page 335
// Prove that the fields in an interface are implicitly static and final.
interface Days {
int SUNDAY = 1, MONDAY = 2,
www.eeworm.com/read/392244/8356342
java itest.java
// object/ITest.java
// TIJ4 Chapter Object, Exercise 7, page 90
// Turn the Incrementable code fragments into a working program.
class StaticTest {
static int i = 47;
}
class Incrementable {
www.eeworm.com/read/370596/9592559
java queue27.java
// holding/Queue27.java
// TIJ4 Chapter Holding, Exercise 27, page 424
/* Write a class called Command that contains a String and has a method operation()
* that displays the String. Write a second
www.eeworm.com/read/370596/9592603
java ex12.java
// holding/Ex12.java
// TIJ4 Chapter Holding, Exercise 12, page 410
/* Create and populate a List. Create a second List of the
* same size as the first, and use ListIterator to re
www.eeworm.com/read/370596/9592611
java ex12a.java
// holding/Ex12a.java
// TIJ4 Chapter Holding, Exercise 12, page 410
/* Create and populate a List. Create a second List of the
* same size as the first, and use ListIterator to r
www.eeworm.com/read/370596/9592653
java ifelsetest.java
// control/IfEsleTest.java
// TIJ4 Chapter Control, Exercise 6, page 144
/* Modify the two test() methods in the previous two programs so that they take
* two extra arguments begin and end, and so