Core Java
Core Java
2. Question: Name the containers which uses Border Layout as their default
layout?
Answer: Containers which uses Border Layout as their default are: window,
Frame and Dialog classes.
Similarities:
Neither Abstract classes or Interface can be instantiated.
Following table lists the primitive types and the corresponding wrapper
classes:
Primitive Wrapper
boolean java.lang.Boolean
byte java.lang.Byte
char java.lang.Character
double java.lang.Double
float java.lang.Float
int java.lang.Integer
long java.lang.Long
short java.lang.Short
void java.lang.Void
21.Question: Read the following program: