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
Can you call one constructor from another if a class has multiple constructors?
Can an interface extend another interface?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
For class CFoo { }; what default methods will the compiler generate for you>?
How do you convert bytes to character in java?
What do you mean by multithreaded program?
Why is java called java?
What is time complexity java?
Which is the best sorting technique in java?
What is the purpose of a transient variable?
What class of exceptions are generated by the java run-time system?
What is procedure overloading?
Can we use catch statement for checked exceptions?
What is the importance of static variable?
What is parsing in java?