-128 to 127
-32768 to 32767
-2147483648 to 2147483647
None of these
int
long
byte
float
-1.7e+308
-3.4e+038
+1.7e+308
-3.4e+050
double
class, if, void, long, Int, continue
goto, instanceof, native, finally, default, throws
try, virtual, throw, final, volatile, transient
strictfp, constant, super, implements, do
method
subclasses
reference
native
interface
string
Float
unsigned
Array a = new Array(5);
int [] a = {23,22,21,20,19};
int a [] = new int[5];
int [5] array;
public double methoda();
public final double methoda();
static void methoda(double d1);
protected void methoda(double d1);
Inheritance
Encapsulation
Polymorphism
Compilation
Compile time polymorphism
Execution time polymorphism
Multiple polymorphism
Multilevel polymorphism
At run time
At compile time
At coding time
At execution time
Abstraction
Data hiding
Hiding complexity
Composition
class Cat extends Animal
class Animal extends Cat
Both are correct way
None is correct way
None
Function overriding
Function overloading
Compile time
Run time
Both
Procedure Oriented Programming
Modular Programming
Object Oriented Programming