Subj : Re: Comcast weirdness To : Nelgin From : Nightfox Date : Tue Feb 26 2019 12:47:23 Re: Re: Comcast weirdness By: Nelgin to Nightfox on Tue Feb 26 2019 11:14 am >> I guess you don't like the Java programming language either? ;) Ne> I hate Java and everything to do with it. It's a lazy person's C :) Learn Ne> to write portable code lol. Well Java is portable, probably more so than C because Java's runtime runs on multiple platforms. You can often take the same compiled Java binaries and run them anywhere there is a Java runtime. In C, you have to specifically compile it for each different platform, and also in C code, you have to take specific care to make your C code portable - You have to be careful of OS-specific APIs you use if you want your C program to build and run on multiple platforms. Often it means creating a way to use one API or the other, depending on which OS you're compiling it for, which is something you don't have to do with Java. Nightfox --- SBBSecho 3.06-Win32 * Origin: Digital Distortion: digitaldistortionbbs.com (46:1/150) .