Write a java program to demonstrate static keyword. The program consist three
method with parameters and also use the display method to show the output of
program.
Write a program to demonstrate different mouse handling events like
mouseClicked(), mouseEntered(), mouseExited(), mousePressed,
mouseReleased() and mouseDragged().
Write a program that show working of different functions of String and
StringBuffer classs like setCharAt(), setLength(), append(), insert(), concat()and
equals().
Write a program ―DivideByZeroǁ that takes two numbers a and b as input,
computes a/b, and invokes Arithmetic Exception to generate a message when the
denominator is zero.
Write a program that creates illustrates different levels of protection in
classes/subclasses belonging to same package or different packages.
Write a program to show the use of try statements that emphasizes the sequence
of checking for catch handler statements.
Write a java class to represents triangle. The triangle has two private data member which are base and height. Public methods are: setBase, setHeight, getBase, getHeight, getArea and getCirconference. Then create an object of type triangle in your main and call its methods
Write a function that take an array of number as input parameters and print the member that have remember of 4 when divided by 5
Different types of Java platforms and their use