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
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Can we have more than one package statement in the source file?
What is static keyword in java?
What is module in project?
What is variable length arguments in java?
What is the use of accept () method in java?
What is a flag and how does it work?
Explain about the interpreter in java?
What is comparator in java?
What do you mean by Function Overloading in java?
What interface is extended by awt event listeners?
What is native code?
How to make a write-only class in java?
Explain the difference between extends thread vs implements runnable in java?
what do you understand by synchronization? : Java thread