Re: Advanced Java books

1999-01-13 Thread Matt Welsh
O'Reilly has a number of good books on things like Java and distributed computing, the Java Virtual Machine, Java Security, and other low-level gritty topics. Not all of these topics are adequately covered in a single book. mdw Richard Jones <[EMAIL PROTECTED]> writes: > > Hi: > > Can someo

RE: Advanced Java books

1999-01-13 Thread Bharat Bedia
For me, the word "advanced" usually means one of two things :- 1. Advanced use of Java (the language, class libraries and the JVM) Eg. Inner classes, serilisation, dynamic class loading, swing etc etc. 2. Advanced use of OO (in Java) Eg. patterns, frameworks etc etc For 1. Like you, I normally us