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
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is the difference between processes and threads?
Is string passed by reference in java?
What are thread local variables?
What is string array?
What is synchronization and why is it important in java programming?
Differece between class and generic class?
Can we have two methods in a class with the same name?
Why is a constant variable important?
What is struts in java?
What is var keyword ?
What is the purpose of nested class in java?
Can we write any code after throw statement?
What is sorting algorithm in java?
What are keywords give examples?