what are class,constructor and primitive data types?
Answer Posted / ravikiran
class is a template for members and methods to be places
constructor is used to initialize the instance variables.
primitive datatypes are the memory holders for diffrent
type of data to hold
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do you get length in java?
Define Multiprogramming and Multiprocessing in java.
What is the difference between dom and sax parser in java?
What does void * mean?
What is natural ordering in java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What are the legal operands of the instanceof operator?
Can we use string in switch case in java?
What do negative exponents mean?
What is type conversion in java?
What are strings in physics?
What does those terms actually mean included in the j.d.k i.6?
What are the changes in java.io in java 8 ?
What is preflight request?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread