Write a Java program to calculate the volume of a cone and a cylinder using method overloading.
Write a Java program for calculating the area of shapes (circle and rectangle) using interfaces.
Write a java program to define an interface which has methods area () volume (). Define constant PI. Create a class cylinder which implements this interface and calculate area and volume
Define an interface Shape with an abstract method area(). Write a Java program to calculate the area of a circle and a sphere (use the final keyword).
Define an abstract class Shape with abstract methods area() and volume(). Write a Java program to calculate the area and volume of a cone and a cylinder.
Define an abstract class staff with protected members id and name. Define a parameterized constructor. Define one sub class office staff with member department. Create n objects of officestaff and display details
Write application to accept 10 friend’s information like name, address, Date of birth, cell-phone number in array of object. Display accepted details.
Write a ‘java’ program to check whether given number is Armstrong or not. (Use static keyword)
Write a Java program using static method which maintain bank account information about various customers.
Write java application to define book class containing BookId, Title, author, rate, number of copies. Define parameterized constructor. Define method that will calculate cost of books. Accept details of five books in array of object from user display details along with cost of all books.
Create Java application to register reality show singer. [Assume suitable table structure
Write a program to design login form with proper validation
Write a Java program using static method which maintain bank account information about various customers.