What primitive Java types? Howmany are they and what are
their names?
Answer Posted / ramesh
primitive type is predefined in java.
byte , int ,short ,long , float , double,boolean and char
are the primitive data types used in java.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the method to declare member of a class static?
Are private methods final?
Which is a valid identifier?
What is boolean strategy?
Describe string intern() methodology
What are the different types of methodologies?
Is java a compiler?
Can static methods be inherited?
Why char array is favored over string for the storage of passwords?
Write a function to print Fibonacci series and Tribonacci series?
What is Enum in Java?
What is difference between module and function?
Can a class be declared as protected?
How do you do absolute value in java?
Explain the difference between throw and throws in java?