Hi, recently i got a doubt that, What is the maximum size of memory? generally many of us know only till TERA BYTE.so what's next? i ...
Read More
Home / Archive for December 2010
Simple Java Program To Find Whether Number Is Prime or Not
/* Write a program to Find whether number is Prime or Not. */ class PrimeNumber{ public static void main(String args[]){ ...
Read More
Java program to find whether given number is Armstrong or not
/*Write a program to find whether given no. is Armstrong or not. Example : Input - 153 Output - 1^3 + 5^3 + 3...
Read More
Simple java programs to generate a Triangle and Invert triangle
/*Write a program to generate a Triangle. eg: 1 2 2 3 3 3 4 4 4 4 and so on as per user given number */ class Triangle{ ...
Read More
A simple multiplication table using java
/* Program to Display Multiplication Table */ class MultiplicationTable{ public static void main(String args[]){ int num ...
Read More
basic java program to Concatenate string using for Loop
/* Write a program to Concatenate string using for Loop Example: Input - 5 Output - 1 2 3 4 5 */ class Join...
Read More
Simple java program for finding factorial of a number
/*Write a program to Find Factorial of Given no. */ class Factorial{ public static void main(String args[]){ int n...
Read More
A Basic java program for finding maximum of two numbers and min
class Maxoftwo{ public static void main(String args[]){ //taking value as command line argument. //Converting String forma...
Read More
How to setup Multiple homepages in a browser
Now i am going to give you the wonderful feature that provided by firefox and Internet Explorer.We generally set ...
Read More
Subscribe to:
Posts
(
Atom
)