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 jpa specification?
Write a java program to generate fibonacci series ?
Explain garbage collection in java?
What are the methods of object class ?
How do you declare an array in java?
What are the four pillars of java?
Explain the polymorphism principle?
What is method overloading in JAVA? Why is it not present in C ?
What will be the initial value of an object reference which is defined as an instance variable?
Explain creating threads by implementing runnable class?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
Define canvas?
What is the locale class in java programming?
How do generics work in java?
How does varargs work in java?