1.'Java is platform-independent'- - What's that supposed to mean though the Java run-time package differs from platform to platform;almost similar to creating different compiler for every different machine for the purpose of executing a C/C++ program?
2.'a machine is big-endian'-what does the statement signify?
3.As the Unix OS is entirely made up of C prog.language,is there any OS entirely made up of Java?
4.What do you mean by 'text-based, console programs'?
5.Why is it necessary to enclose every method in a class or interface in JAVA?