NEW
Font size
WorksheetsJava_1
Total questions: 10
Worksheet time: 5mins
WORA ???
Write Once Run Anywhere
Written One Ran Anything
Write Once Run Anything
Written once Run Anywhere
_______________ is the defined as the template/blueprint
Object
Method
Class
Data
_______ represents the data of the object.
State
data
Identity
behavior
____________is a mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit.
Abstraction
Encapsulation
Inheritance
Polymorphism
_______________ is a process of hiding the implementation details and showing only functionality to the user.
Abstraction
Encapsulation
Polymorphism
Inheritance
________________ refers to the ability of an object / operation to behave differently in different situations.
Polymorphism
Encapsulation
Abstraction
Inheritance
__________________ inheritance does not support in java Programming.
Single
Multiple
Multi-level
Hierarchical
How to compile the java Program?
javac Filename.java
java Filename.java
javac Filename
JAva Filename
How to run the java Program?
javac Filename.java
java Filename.java
javac Filename
Java Filename
what is the extension of byte code in Java Programming?
.java
.class
.cls
.javac
