TYBBA(CA) Core Java Slip No 15 Q A
Q.Write a java program to search given name into the array, if it is found then display its index otherwise […]
Q.Write a java program to search given name into the array, if it is found then display its index otherwise […]
Q. Write a java program to accept the details of employee (Eno, EName, Sal) and display it on next frame
Q.Write a Java program to calculate power of a number using recursion. [15 M]
Q.Write a java program that asks the user name, and then greets the user by name. Before outputting the user’s
Q.Write a java program to accept ‘n’ integers from the user & store them in an ArrayList collection. Display the
Q.Write a java program to display multiplication table of a given number into the List box by clicking on button.
Q.Write a java program to display each String in reverse order from a String array. [15 M]
Q. Write an applet application to display Table lamp. The color of lamp should get change randomly. [25 M]
Q.Write a menu driven java program using command line arguments for the following: [15 M]1. Addition2. Subtraction3. Multiplication4. Division.