Wednesday, May 13, 2015

Java Notes

The output of Java compiler is not executable code but byte-code to be executed by JVM.
multitasking: process-based and thread-based
for java multi-thread programming

No comments:

Post a Comment