Java allows two or more statements to be grouped into blocks of code called Code Blocks
All statements in Java end with a _____________
You do not need to follow any special indentation rules in Java
The simplest form of the for loop in Java is for(initialization; condition; iteration) statement;
When Java source code is compiled, each individual class is put into its own output file named after the class and using the ______ extension
What a Java programmer calls a __________ , a C/C++ programmer calls a function
Java was initially called as _____
The Java compiler requires that a source file use the ________ filename extension
The data defined by the class are referred to as member variables or instance variables
_____________ is the process by which one object acquires the properties of another object
Java provides a Firewall between a networked application and your computer.
____________ is the mechanism that binds together code and the data it manipulates, and keeps both safe from outside interference and misuse
Java Virtual Machine is an interpreter for bytecode
Java Virtual Machine is an interpreter for bytecode
What does J2SE mean?
Java was conceived by __________
A class defines the structure and behavior (data and code) that will be shared by a set of objects
Java does not supports multithreaded programming
Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java ____________
Java compiler is an executable code