Answer Posted / saravana kumar.s
class is a template for attribute and operation of an objects.
object is a instance of class .
object is use to calling class
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is unicode used for?
What is private protected in java?
How to create a custom exception?
Why does java not support operator overloading?
What was java originally called?
What do you mean by thread safe?
Explain reverse a linked list recursive java solution?
What is considered an anti pattern?
What are different types of inner classes ?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What causes memory leaks in java?
What is set string?
What is java basic concept?
Can we instantiate interface in java?
What is size () in java?