Answer Posted / ravikiran(aptech mumbai)
byte
short
int
long
float
double
char
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
Why is static used?
Can we execute a program without main() method?
What is an immutable class? How to create an immutable class?
What is the difference between serial and throughput garbage collector?
What is off heap memory?
Explain what access modifiers can be used for methods?
What is unmodifiable collection in java?
Is string pool garbage collected?
What is passing parameters in java?
Is string an object?
What is style and indentation?
What is thread life cycle in java?
What is outofmemoryerror in java?
What is a numeric literal?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?