what is difference between class and object?
Answer Posted / talha ameer
Class is an idea which is we think in our mind after we
create its oject which is consist on coding.
| Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
What is an example of character?
How many boolean functions are there?
Can we override tostring method in java?
How destructors are defined in java?
Can constructor be static or final?
Explain with example the concept of constant variable in java.
What is Hierarchy of exception?
How does regex work?
What is flag in java?
What is java util hashmap?
Can a class have an interface?
How do you test a method for an exception using junit?
What do you understand by garbage collection in Java? Can it be forced to run?
What is string made of?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.