Saturday, January 31, 2015

Assignments

Create classes with methods to do all calculations like  add, multiply, divide, sub . Use Local, instance and static variables.

Friday, January 30, 2015

Assignment 2

Compare three numbers a, b,c and display the greatest number at the end.

Thursday, January 29, 2015

Core Java Sample Project

Core Java Introduction Sessions_PPT

Core Java Assignment 1

Create parent and child class relationship for below classes:

Employee class with its properties as employeeid,name and add a method to display the employee details.

Create a Manager class which is extending the Employee class as a parent class and it will have its own property as designation and salary. Now add one more method display in the Manager class it will display the employeeid, name along with designation and salary.