In Java, a source file is officially called a compilation unit.
True
False
What a Java programmer calls a __________ , a C/C++ programmer calls a function
Classes
Function
Method
Object
The simplest form of the for loop in Java is for(initialization; condition; iteration) statement;
Java compiler is an executable code
Which one of the following is not a Web 2.o technology ?
Ajax
REST
SOAP
JSON
RSS
None of the above
The Java compiler requires that a source file use the ________ filename extension
.h
.java
>java
.class
Java run-time system is also called as Java Virtual Machine (JVM)
XHTML is not a stricly typed language like HTML
Java support RMI. What does this RMI stands for?
Random Memory Interface
Remote Method Invocation
Random Method Invocation
Remote Memory Interface
When Java source code is compiled, each individual class is put into its own output file named after the class and using the ______ extension