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
Define linked list and its features with signature?
What is an object class?
What is an enumeration?
Can an object be null?
Explain about the interpreter in java?
What is string subsequence method?
What is callablestatement? How you can call stored procedure to pass in parameter?
Can a static class have a constructor java?
What is meant by memory leak?
What is difference overloading and overriding?
What is the difference between checked exception and unchecked exception?
How do you define a method?
Is null a keyword in java?
Wha is the output from system.out.println(“hello”+null); ?
What is an example of declaration?