Answered Questions

  • What is the difference between static variable and instance variable?

    sravani

    • Jun 3rd, 2013

    Those are variables static can be defined where the variable is constant,instance variable can be defined instance of class object

    Isaaq

    • Mar 13th, 2013

    1) An instance variable is one whose memory space is creating each and every time whenever an object is created. 1) Static variables are whose memory space is creating only once when the class is load...

  • What is difference between Servlet and Applet

    I don t KNOW

    Kinjo

    • Nov 5th, 2014

    Servlet run inside a servlet container on the server side where as applet run on the client side inside a browser.

    Gopi Devarapalli

    • Sep 11th, 2014

    Applet is web application that runs on browser. where as servlet webapplicaton that runs on server which can be accessed.