Answer Posted / raghava
Primitive data type(int, float,long, char,boolean..ect).
are not objects in java. we wrapper this int,float ect into
classes.
| Is This Answer Correct ? | 22 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of checked and unchecked exceptions in JAVA?
Can a class declared as private be accessed outside it’s package?
What are constants and how to create constants in java?
How we can execute any code even before main method?
When is the finalize() called? What is the purpose of finalization?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is the largest long allowed by java?
What is null mean in java?
What is constant in programming?
Explain the difference between extends thread vs implements runnable in java?
What is arrays aslist in java?
List two java ide’s?
Which oo concept is achieved by using overloading and overriding?
Is string is a class in java?
What is the arraylist in java?