Why Java?

Why Not?

Using Java, we can implement jCIFS in small modular bits. Something as basic and pervasive as a NetBIOS name can be encapsulated. The objects can be identified and their characteristics understood. This also facilitates porting to other languages.

Java bytecode processing is considered slow compared to fully compiled languages. This appears to be changing somewhat.

 
 

03