What is the purpose of premetive data types in java?
Answer Posted / ravikiran(aptech mumbai)
primitive datatypes will allocate some memory in accordance
with the type of the variable
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is string syntax?
What are the data types supported by java?
What is anonymous inner class?
Why is inheritance used in java?
What data type is true or false?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
Is 0 true or false in java?
What is the size of int?
What is t in generics in java?
How do you add an element to a set in java?
What is difference between null and void?
Tell me are there implementations for sorting and searching in the java libarary?
How do you override a method in java?
What is temp in java?
What are alternatives to java serialization?