public class Main { public static void main(String args[]) { char ch; for(ch='0';ch<='9';ch++) { System.out.println(ch); } } }
0 1 2 3 4 5 6 7 8 9
Java Interview Questions
Python Interview Questions
Oracle Interview Questions
100 Most Asked Java Interview Questions and Answers
HR Interview Questions and Answers
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Program to remove duplicate element in an array
Write a java program to Find the index of the smallest number in an array
Write a Java program to convert Celsius to Fahrenheit.
Write a Java program to check if a positive number is a palindrome or not
Write a java program to find the index of the largest number in an array
Write a python program to merge nested lists ?
Write a python program to access news using python
Write a Python program to count number of vowels in the given string
Write a Python Program to calculate your Body Mass Index.
Write a Python Program to Display the multiplication Table.
Java Quiz - 23
Java Quiz - 9
Java Quiz - 2
Java Quiz - 5
Java Quiz - 16