Tag: java
Questions Related to java
-
signed number
-
unsigned number
-
signed right shift
-
unsigned left shift
-
logical NOT
-
logical OR
-
logical AND
-
logical XOR
-
multithreading
-
multitasking
-
multiprograming
-
multiprocessing
-
layout manager
-
outline manager
-
component design
-
component manager
-
Methods and variables
-
Class
-
Variables
-
Methods
-
Object of super class
-
Inheritance
-
Both
-
None
-
static void doStuff(int... doArgs) { }
-
static void doStuff(int x, int... doArgs) { }
-
static void doStuff(int[] doArgs) { }
-
static void doStuff(int... doArgs, int y) { }
-
Block variables
-
Instance variables
-
Static variables
-
Local variables
-
Object reference =null
-
double =0.0
-
byte=0
-
char = '\u0000'