Answered Questions

  • What is the difference between Static and final?

    Jitendra singh

    • Sep 23rd, 2015

    Actually main reason that new make a class create only print my name not use object. You can create a simple program without using object this reason Java not 100% object oriented language {geshibot l...

    SHWETHA g

    • Aug 31st, 2015

    "Static" keyword is used to a variable/method where a value of that variable has to be common to all objects created for example: bank interest rate for farmers loan common to all farmers.
    where as "final" is to make a method or variable that should not be modified once after implementing.