91. What is java byte code?
Byte code is an sort of intermediate code. The byte code is processed by virtual machine.
92. What is method overloading?
Method overloading is the process of creating a new method with the same name and different signature.
93. What is method overriding?
Method overriding is the process of giving a new definition for an existing method in its child class.
Read the rest of this entry »