Java Tutorial for beginners as well as advanced programmers Java sample programs Java web application JSP tutorial iBatis Java

Posts tagged ‘Java Class’

Difference between Class and object in Java?

Tweet   Difference between Class and object in Java In Java,  Class is a blue print used to create objects. In other words, a Class is a template that defines the methods (Functions) and Members (variables) to be included in a particular kind of Object. Here, “Student” is a class. And “Jenna” is an object of [...]