What are the Object and Class that classes used for?
Answer Posted / ravikiran(aptech mumbai)
class is the template for members and methods to get declared
and object is the physical reality for a class and is used
to call the members and methods those are declared inside a
class
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Will the jvm load the package twice at runtime?
What is super in java?
What is the null?
What is command line argument
How do you sort a set in java?
What do you mean by hashing?
What is an exception in java?
What is a copy constructor in java?
What do you understand by looping in java? Explain the different types of loops.
What are the restriction imposed on a static method or a static block of code?
What does int argc char * argv [] mean?
What is finally block?
What is floor in java?
What is the difference between integer parseint and integer valueof?
What is variable and example?