does anyone know the code to display a triangle using a
applet?



does anyone know the code to display a triangle using a applet?..

Answer / sureshzzz

use graphics package and tell the answer

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More J2SE Code Interview Questions

Is there any static classes are in java give some examples

0 Answers  


how to print a message to console without using main() function?(do not use even static blocks also.)

14 Answers   Google, Zoho,


For printing a message we use System.out.println in normal programs. We use String msg="text....."; Can't we use String msg=" " in normal programs and System.out.println("........") in applets. Please answer this question?

0 Answers  


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

0 Answers  


Bubble Sort. java thereafter the user will be asked to inpout the size of the list,sort the list in ascending order and display the sorted list in a horizontal manner???

0 Answers  






Write a java program to display multiplication table in a Frame.

1 Answers  


is public static void main() work in java?is "String arg[]" needed as argument?

4 Answers   Tech Mahindra,


Why we r using String args[] in main() even though v r not passing any arguments in command line?

2 Answers  


1+(2*3)+(4*5*6)+(7*8*9*10)+... specified input value

1 Answers   MAQ,


Why the program getting error if we don't use String args[] in main(), even in the case of not getting any arguments from command line?

1 Answers  


Can we run Applet in Web browser with security policy files

0 Answers  


inner join,outerjoin,trigger,stored procedure explain with code snippets?

1 Answers   IBM,


Categories