sudhakar venkat

Greenhorn
+ Follow
since Apr 28, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sudhakar venkat

Write a Java program to create a Frame which responds to the mouse click. For each event with mouse ( such as mouse up, mouse down etc.) the corresponding message must be displayed.
16 years ago
Write a program to show demonstration of CardLayout and Flowlayout. Create 2 panel, Top & Main. Top panel contains 3 buttons Button 1 , Button 2 & Button 3 in Flowlayout. Main panel contains 3 panels First Panel, Second Panel and Third Panel. On selection of any panel display appropriate message. Here Applet is to be used by implementing ActionListener.
16 years ago
Write a Java program to create a List box with some colors in the items. When the color is selected, the background color must change accordingly. Write a program which creates and displays the details in the List box on the window.
16 years ago
Write a program to find the Factorial of a number using Recursion. Factorial can be defined as Factorial(n) = 1 * 2 * 3 �.* (n-1) * n.
16 years ago
Write a program to convert Fahrenheit temperature to the Centigrade equivalent. Fahrenheit temperature should be accepted from the user.

Centigrade = (Fahrenheit � 32) * 5.0/9.0
16 years ago
Write a program to print the following triangle of numbers.

1

1 2

1 2 3

1 2 3 4

1 2 3 4 5
16 years ago
How to slove this problem.

First 2 Fibonacci numbers are 0 and 1.
16 years ago
can anybody explain me the parsing.
16 years ago