SOME BACKGROUND ON DESIGN PATTERNS
The term “design patterns” sounds a bit formal to the uninitiated and
can be somewhat off-putting when you first encounter it. But, in fact, design
patterns are just convenient ways of reusing object-oriented code between
projects and between programmers. The idea behind design patterns is
simple-- write down and catalog common interactions between objects that
programmers have frequently found useful.
My Code Is The Classic Game Battleship Designed For 2 Players Both On The Same Computer. It Randomizes Your Ship s Positions, and Prevents Overlapping.
java程序设计入门教程 书上的源代码
学习JAVA非常好的入门教材代码推荐给大家-java programming guide book on entry to the Java source code to learn very good primer recommended code for everyone