What is the difference between Object and Instance?
Answer Posted / siva
instance means non-static variables memory location. Object means non-static variables + non-static methods memory location
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is http client in java?
Is stringwriter thread safe?
what type of questions asked for barclays technologies pune please send urgent
What are the data types supported by java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
What is ctrl m character?
What is return keyword in java?
How can you write a loop indefinitely in java programming?
What are the three types of design patterns?
Can we define private and protected modifiers for variables in interfaces?
Explain about public and private access specifiers?
Explain the scope or life time of class variables or static variables?
Does constructor return any value?
What is pre increment and post increment in java?
What the difference is between execute, execute Query, execute Update?