. Differentiate between instance and local variables.
Answer / nashiinformaticssolutions
For instance, variables are declared inside a class, and the limited to only a specific object.
A local variable can be anywhere inside a method or a specific block of code. Also, the scope is limited to the code segment where the variable is declared.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define how can we find the actual size of an object on the heap?
Differentiate between == and equals().
Difference between Superclass and Subclass?
Can we create an object of private class?
how to java plateform independent?
What is the difference between normal report & matrix report?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
how u do unit testing?
What is isa relationship?
What is the differences between c++ and java? Explain
write a program to create an arraylist and listeterator.and value should be enter through keyboard.
What is the purpose of interface?