Which of the following combines to form Java platform?
Java libraries and byte codes
IDE and java libraries
Jvm and API
Jvm and byte code
What is a main method?
One and only method in a class
Includes full source code
Is where an application execution begins
The first method
What is an initial class?
Holds full program in it
The first class in a program
One and only class in a program
Olds main function inside
Which are the two types of java program?
Websites and mobile applications
Internet applets and stand alone applications
Form applications
Web applications and desktop applications
What do you meant by the term 'Object oriented'?
Focused on objects
Programming on the base of objects
Very near to real world
Very real to programming world
What can be the name of a source file In a java program?
Initial class with java extension
Method name with java extension
Main with java extension
User defined name with java extension
What is the function of the java interpreter?
Translates byte code to native machine code
Translates byte code to processor code
Translates source code to native machine code
What is meant by Multimedia?
Integration of source code and byte code
Integration of audio, video, graphics and animation
Combining multiple platforms
Integrated programming media
How interpretation differs from compilation.
Translates instruction by instruction not all at once
Line by line translation
Executes different code
Generates direct machine code
What is the step to compile a file in Jcreator?
BUILD->COMPILE
BUILD->RUN FILE
BUILD->EXECUTE FILE
BUILD->COMPILE FILE