BASICS:
- Write a program to print first n prime numbers.
- How to sort an array and search and element inside it?
- Write a java program that print n prime numbers?(if n=10 the result should be 2, 3, 5, 7, 11, 13, 17, 19, 23, 29)
- Bubble sort program in java.
- program to insert record into database using preparedStatement.
- Write a java program to find average of n numbers?
- Write a java program to find area of a circle?
- Write a java program that finds the factorial of the number?
- Write a java program that prints a menu and perform task in the menu?
- Write a java program that prints the array elements in ascending order?
- Write a java program to print following output when we give the input as 5.(it should take only odd number as input.)
1
12
123
12
123
1234
12345
1234
123
12
1
12345
1234
123
12
1
- Write a java program that takes a string as input and displays the no.of characters as output?
- Write a java program that converts the lowercase string to uppercase string?
- Write a java program to check weather the string is a palindrome?
- Write a java program that implements all the String functions?
- Write a java program that takes a string as input and display the count of each character? (If "madam" is given as input, it should display m=2,a=2,d=1) [Kantar Operations_Nov2012]
- Write a java program that takes an integer value and gives equivalent binary value as output.(if 5 is given as input, the output should be 101).
- Write a java program that converts decimal to Hexadecimal?
- Write a java program to reverse a string without using any predefined functions?
- Write a java program to print first 50 prime numbers? [ Axiom Solutions_Jan2013]
No comments:
Post a Comment