Posts

Write a java program using Applet to implement a simple arithmetic calculator. | EasyCoding45

Write a java program to display alternate character from a given string. | EasyCoding45

Define an abstract class Shape with abstract methods area () and volume (). Derive abstract class Shape into two classes Cone and Cylinder. Write a java Program to calculate area and volume of Cone and Cylinder.(Use Super Keyword.) | EasyCoding45

Write a ‘java’ program to check whether given number is Armstrong or not. (Use static keyword) | EasyCoding45

Design a screen in Java to handle the Mouse Events such as MOUSE_MOVED and MOUSE_CLICK and display the position of the Mouse Click in a Text Field. |EasyCoding45