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
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
Can you inherit a constructor java?
What is meant by distributed application? Why are we using that in our application?
What is a void in java?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
Is 64bit faster than 32 bit?
How do you sort a set in java?
Can you declare the main method as final?
What is map java?
Why hashset is used in java?
What is instance means in java?
How list contains works in java?
How do you read a char in java?
What are the actions that can occur when a thread enters blocked state?
what are the methods in object?