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 are the six ways to use this keyword?
What is a blocking method in Java?
What are runtime exceptions?
How to change value in arraylist java?
what are three ways in which a thread can enter the waiting state? : Java thread
How do you ensure that n threads can access n resources without deadlock?
What is difference between == and === in js?
What does the append?
What is java argument list?
Explain a situation where finally block will not be executed?
What is abstract class? Explain
What is the maximum size of list in java?
What is the nested interface?
What is Enum in Java?
What is the purpose of final keyword and when to use it?